#440EAC

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

Shades of Indigo #440EAC

Tints of Indigo #440EAC

Color information

#440EAC (or 0x440EAC) is unknown color: approx Indigo. HEX triplet: 44, 0E and AC. RGB value is (68,14,172). Sum of RGB (Red+Green+Blue) = 68+14+172=254 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.77% from 254); Green value is 14 (5.86% from 255 or 5.51% from 254); Blue value is 172 (67.58% from 255 or 67.72% from 254); Max value from RGB is 172 - color contains mainly: blue. Hex color #440EAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #440EAC is #BBF153. Grayscale: #2F2F2F. Windows color (decimal): -12317012 or 11275844. OLE color: 11275844.

HSL color Cylindrical-coordinate representation of color #440EAC: hue angle of 260.51º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #440EAC is Cyan = 0.60, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6814172-
CMYK0.600.9200.33
HSL260.51º84.95%36.47%-
HSV(B)260.51º91.86%67.45%-
XYZ9.994.5239.38-
YUV48.16197.89142.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.77%
GREEN value IS 14 (5.86% from 255) = 5.51%
BLUE value IS 172 (67.58% from 255) = 67.72%
R=26.77%
G=5.51%
B=67.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68141720.600.9200.33260.5184.9536.47
Hex44EAC3C5C0211055524
Octal104162547413404140512544
Binary1000100111010101100111100101110001000011000001011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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