#400CA8

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

Shades of Indigo #400CA8

Tints of Indigo #400CA8

Color information

#400CA8 (or 0x400CA8) is unknown color: approx Indigo. HEX triplet: 40, 0C and A8. RGB value is (64,12,168). Sum of RGB (Red+Green+Blue) = 64+12+168=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 168 (66.02% from 255 or 68.85% from 244); Max value from RGB is 168 - color contains mainly: blue. Hex color #400CA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400CA8 is #BFF357. Grayscale: #2C2C2C. Windows color (decimal): -12579672 or 11013184. OLE color: 11013184.

HSL color Cylindrical-coordinate representation of color #400CA8: hue angle of 260º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #400CA8 is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB6412168-
CMYK0.620.9300.34
HSL260º86.67%35.29%-
HSV(B)260º92.86%65.88%-
XYZ9.314.1837.36-
YUV45.33197.23141.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.23%
GREEN value IS 12 (5.08% from 255) = 4.92%
BLUE value IS 168 (66.02% from 255) = 68.85%
R=26.23%
G=4.92%
B=68.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal64121680.620.9300.3426086.6735.29
Hex40CA83E5D0221045723
Octal100142507613504240412743
Binary1000000110010101000111110101110101000101000001001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400CA8; }

 p { color: rgb(64,12,168); }

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

<style>
 a { background-color: #400CA8; }

 a { background-color: rgb(64,12,168); }

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

<style>
 span { border-color: #400CA8; }

 span { border-color: rgb(64,12,168); }

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