#400081

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

Shades of Indigo #400081

Tints of Indigo #400081

Color information

#400081 (or 0x400081) is unknown color: approx Indigo. HEX triplet: 40, 00 and 81. RGB value is (64,0,129). Sum of RGB (Red+Green+Blue) = 64+0+129=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 129 (50.78% from 255 or 66.84% from 193); Max value from RGB is 129 - color contains mainly: blue. Hex color #400081 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400081 is #BFFF7E. Grayscale: #212121. Windows color (decimal): -12582783 or 8454208. OLE color: 8454208.

HSL color Cylindrical-coordinate representation of color #400081: hue angle of 269.77º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #400081 is Cyan = 0.50, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB640129-
CMYK0.50100.49
HSL269.77º100%25.29%-
HSV(B)269.77º100%50.59%-
XYZ6.082.6720.96-
YUV33.84181.7149.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 129 (50.78% from 255) = 66.84%
R=33.16%
G=0%
B=66.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6401290.50100.49269.7710025.29
Hex40081326403110e6419
Octal10002016214406141614431
Binary100000001000000111001011001000110001100001110110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400081; }

 p { color: rgb(64,0,129); }

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

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

 a { background-color: rgb(64,0,129); }

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

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

 span { border-color: rgb(64,0,129); }

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