#400570

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

Shades of Indigo #400570

Tints of Indigo #400570

Color information

#400570 (or 0x400570) is unknown color: approx Indigo. HEX triplet: 40, 05 and 70. RGB value is (64,5,112). Sum of RGB (Red+Green+Blue) = 64+5+112=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #400570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400570 is #BFFA8F. Grayscale: #222222. Windows color (decimal): -12581520 or 7341376. OLE color: 7341376.

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

Color convert

RGB645112-
CMYK0.430.9600.56
HSL273.08º91.45%22.94%-
HSV(B)273.08º95.54%43.92%-
XYZ5.092.3715.52-
YUV34.84171.55148.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.36%
GREEN value IS 5 (2.34% from 255) = 2.76%
BLUE value IS 112 (44.14% from 255) = 61.88%
R=35.36%
G=2.76%
B=61.88%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6451120.430.9600.56273.0891.4522.94
Hex405702B600381115b17
Octal10051605314007042113327
Binary1000000101111000010101111000000111000100010001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400570; }

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

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

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

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

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

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

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

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