#440A8E

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

Shades of Indigo #440A8E

Tints of Indigo #440A8E

Color information

#440A8E (or 0x440A8E) is unknown color: approx Indigo. HEX triplet: 44, 0A and 8E. RGB value is (68,10,142). Sum of RGB (Red+Green+Blue) = 68+10+142=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 142 (55.86% from 255 or 64.55% from 220); Max value from RGB is 142 - color contains mainly: blue. Hex color #440A8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440A8E is #BBF571. Grayscale: #292929. Windows color (decimal): -12318066 or 9308740. OLE color: 9308740.

HSL color Cylindrical-coordinate representation of color #440A8E: hue angle of 266.36º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #440A8E is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6810142-
CMYK0.520.9300.44
HSL266.36º86.84%29.8%-
HSV(B)266.36º92.96%55.69%-
XYZ7.373.425.86-
YUV42.39184.22146.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 30.91%
GREEN value IS 10 (4.30% from 255) = 4.55%
BLUE value IS 142 (55.86% from 255) = 64.55%
R=30.91%
G=4.55%
B=64.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68101420.520.9300.44266.3686.8429.8
Hex44A8E345D02C10a571e
Octal104122166413505441212736
Binary100010010101000111011010010111010101100100001010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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