#440a9e

Color #440A9E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #440A9E

Tints of Indigo #440A9E

Color information

#440A9E (or 0x440A9E) is unknown color: approx Indigo. HEX triplet: 44, 0A and 9E. RGB value is (68,10,158). Sum of RGB (Red+Green+Blue) = 68+10+158=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 10 (4.30% from 255 or 4.24% from 236); Blue value is 158 (62.11% from 255 or 66.95% from 236); Max value from RGB is 158 - color contains mainly: blue. Hex color #440A9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A9E is #BBF561. Grayscale: #2B2B2B. Windows color (decimal): -12318050 or 10357316. OLE color: 10357316.

HSL color Cylindrical-coordinate representation of color #440A9E: hue angle of 263.51º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440A9E is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6810158-
CMYK0.570.9400.38
HSL263.51º88.1%32.94%-
HSV(B)263.51º93.67%61.96%-
XYZ8.663.9132.65-
YUV44.21192.22144.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 10 (4.30% from 255) = 4.24%
BLUE value IS 158 (62.11% from 255) = 66.95%
R=28.81%
G=4.24%
B=66.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68101580.570.9400.38263.5188.132.94
Hex44A9E395E0261085821
Octal104122367113604641013041
Binary1000100101010011110111001101111001001101000010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440a9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #440a9e; }

 p { color: rgb(68,10,158); }

 H1.HeaderClassName
 {
   color: #440a9e;
 }
 .AnyTagClassName
 {
   color: #440a9e;
 }
</style>
background-color css

<style>
 a { background-color: #440a9e; }

 a { background-color: rgb(68,10,158); }

 div.DivClassName
 {
   background-color: #440a9e;
 }
 .BgClassName
 {
   background-color: #440a9e;
 }
</style>
border-color css

<style>
 span { border-color: #440a9e; }

 span { border-color: rgb(68,10,158); }

 td.TdClassName
 {
   border-color: #440a9e;
 }
 .TagClassName
 {
   border-color: #440a9e;
 }
</style>