#400587

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

Shades of Indigo #400587

Tints of Indigo #400587

Color information

#400587 (or 0x400587) is unknown color: approx Indigo. HEX triplet: 40, 05 and 87. RGB value is (64,5,135). Sum of RGB (Red+Green+Blue) = 64+5+135=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 135 (53.12% from 255 or 66.18% from 204); Max value from RGB is 135 - color contains mainly: blue. Hex color #400587 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400587 is #BFFA78. Grayscale: #252525. Windows color (decimal): -12581497 or 8848704. OLE color: 8848704.

HSL color Cylindrical-coordinate representation of color #400587: hue angle of 267.23º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #400587 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB645135-
CMYK0.530.9600.47
HSL267.23º92.86%27.45%-
HSV(B)267.23º96.3%52.94%-
XYZ6.542.9523.15-
YUV37.46183.05146.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 135 (53.12% from 255) = 66.18%
R=31.37%
G=2.45%
B=66.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6451350.530.9600.47267.2392.8627.45
Hex40587356002F10b5d1b
Octal10052076514005741313533
Binary10000001011000011111010111000000101111100001011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400587; }

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

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

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

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

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

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

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

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