#400C6E

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

Shades of Indigo #400C6E

Tints of Indigo #400C6E

Color information

#400C6E (or 0x400C6E) is unknown color: approx Indigo. HEX triplet: 40, 0C and 6E. RGB value is (64,12,110). Sum of RGB (Red+Green+Blue) = 64+12+110=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 12 (5.08% from 255 or 6.45% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #400C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400C6E is #BFF391. Grayscale: #262626. Windows color (decimal): -12579730 or 7212096. OLE color: 7212096.

HSL color Cylindrical-coordinate representation of color #400C6E: hue angle of 271.84º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #400C6E is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6412110-
CMYK0.420.8900.57
HSL271.84º80.33%23.92%-
HSV(B)271.84º89.09%43.14%-
XYZ5.062.4814.96-
YUV38.72168.23146.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 12 (5.08% from 255) = 6.45%
BLUE value IS 110 (43.36% from 255) = 59.14%
R=34.41%
G=6.45%
B=59.14%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64121100.420.8900.57271.8480.3323.92
Hex40C6E2A590391105018
Octal100141565213107142012030
Binary10000001100110111010101010110010111001100010000101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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