#400b87

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

Shades of Indigo #400B87

Tints of Indigo #400B87

Color information

#400B87 (or 0x400B87) is unknown color: approx Indigo. HEX triplet: 40, 0B and 87. RGB value is (64,11,135). Sum of RGB (Red+Green+Blue) = 64+11+135=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 135 (53.12% from 255 or 64.29% from 210); Max value from RGB is 135 - color contains mainly: blue. Hex color #400B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B87 is #BFF478. Grayscale: #282828. Windows color (decimal): -12579961 or 8850240. OLE color: 8850240.

HSL color Cylindrical-coordinate representation of color #400B87: hue angle of 265.65º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400B87 is Cyan = 0.53, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6411135-
CMYK0.530.9200.47
HSL265.65º84.93%28.63%-
HSV(B)265.65º91.85%52.94%-
XYZ6.613.0823.17-
YUV40.98181.06144.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 11 (4.69% from 255) = 5.24%
BLUE value IS 135 (53.12% from 255) = 64.29%
R=30.48%
G=5.24%
B=64.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal64111350.530.9200.47265.6584.9328.63
Hex40B87355C02F10a551d
Octal100132076513405741212535
Binary100000010111000011111010110111000101111100001010101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400b87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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