#440EA6

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

Shades of Indigo #440EA6

Tints of Indigo #440EA6

Color information

#440EA6 (or 0x440EA6) is unknown color: approx Indigo. HEX triplet: 44, 0E and A6. RGB value is (68,14,166). Sum of RGB (Red+Green+Blue) = 68+14+166=248 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.42% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #440EA6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EA6 is #BBF159. Grayscale: #2E2E2E. Windows color (decimal): -12317018 or 10882628. OLE color: 10882628.

HSL color Cylindrical-coordinate representation of color #440EA6: hue angle of 261.32º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EA6 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6814166-
CMYK0.590.9200.35
HSL261.32º84.44%35.29%-
HSV(B)261.32º91.57%65.1%-
XYZ9.424.336.41-
YUV47.47194.89142.64-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.42%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 166 (65.23% from 255) = 66.94%
R=27.42%
G=5.65%
B=66.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68141660.590.9200.35261.3284.4435.29
Hex44EA63B5C0231055423
Octal104162467313404340512443
Binary1000100111010100110111011101110001000111000001011010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,14,166); }

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

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

 a { background-color: rgb(68,14,166); }

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

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

 span { border-color: rgb(68,14,166); }

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