#400870

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

Shades of Indigo #400870

Tints of Indigo #400870

Color information

#400870 (or 0x400870) is unknown color: approx Indigo. HEX triplet: 40, 08 and 70. RGB value is (64,8,112). Sum of RGB (Red+Green+Blue) = 64+8+112=184 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.78% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #400870 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400870 is #BFF78F. Grayscale: #242424. Windows color (decimal): -12580752 or 7342144. OLE color: 7342144.

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

Color convert

RGB648112-
CMYK0.430.9300.56
HSL272.31º86.67%23.53%-
HSV(B)272.31º92.86%43.92%-
XYZ5.132.4315.53-
YUV36.6170.55147.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.78%
GREEN value IS 8 (3.52% from 255) = 4.35%
BLUE value IS 112 (44.14% from 255) = 60.87%
R=34.78%
G=4.35%
B=60.87%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6481120.430.9300.56272.3186.6723.53
Hex408702B5D0381105718
Octal100101605313507042012730
Binary10000001000111000010101110111010111000100010000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400870; }

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

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

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

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

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

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

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

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