#400572

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

Shades of Indigo #400572

Tints of Indigo #400572

Color information

#400572 (or 0x400572) is unknown color: approx Indigo. HEX triplet: 40, 05 and 72. RGB value is (64,5,114). Sum of RGB (Red+Green+Blue) = 64+5+114=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 114 (44.92% from 255 or 62.30% from 183); Max value from RGB is 114 - color contains mainly: blue. Hex color #400572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400572 is #BFFA8D. Grayscale: #222222. Windows color (decimal): -12581518 or 7472448. OLE color: 7472448.

HSL color Cylindrical-coordinate representation of color #400572: hue angle of 272.48º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400572 is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB645114-
CMYK0.440.9600.55
HSL272.48º91.6%23.33%-
HSV(B)272.48º95.61%44.71%-
XYZ5.212.4116.11-
YUV35.07172.55148.64-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 5 (2.34% from 255) = 2.73%
BLUE value IS 114 (44.92% from 255) = 62.30%
R=34.97%
G=2.73%
B=62.30%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6451140.440.9600.55272.4891.623.33
Hex405722C600371105c17
Octal10051625414006742013427
Binary1000000101111001010110011000000110111100010000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400572; }

 p { color: rgb(64,5,114); }

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

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

 a { background-color: rgb(64,5,114); }

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

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

 span { border-color: rgb(64,5,114); }

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