#400B80

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

Shades of Indigo #400B80

Tints of Indigo #400B80

Color information

#400B80 (or 0x400B80) is unknown color: approx Indigo. HEX triplet: 40, 0B and 80. RGB value is (64,11,128). Sum of RGB (Red+Green+Blue) = 64+11+128=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #400B80 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400B80 is #BFF47F. Grayscale: #272727. Windows color (decimal): -12579968 or 8391488. OLE color: 8391488.

HSL color Cylindrical-coordinate representation of color #400B80: hue angle of 267.18º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400B80 is Cyan = 0.5, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6411128-
CMYK0.50.9100.50
HSL267.18º84.17%27.25%-
HSV(B)267.18º91.41%50.2%-
XYZ6.132.8920.66-
YUV40.18177.56144.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 128 (50.39% from 255) = 63.05%
R=31.53%
G=5.42%
B=63.05%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64111280.50.9100.50267.1884.1727.25
Hex40B80325B03210b541b
Octal100132006213306241312433
Binary100000010111000000011001010110110110010100001011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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