#400181

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

Shades of Indigo #400181

Tints of Indigo #400181

Color information

#400181 (or 0x400181) is unknown color: approx Indigo. HEX triplet: 40, 01 and 81. RGB value is (64,1,129). Sum of RGB (Red+Green+Blue) = 64+1+129=194 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.99% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 129 (50.78% from 255 or 66.49% from 194); Max value from RGB is 129 - color contains mainly: blue. Hex color #400181 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #400181 is #BFFE7E. Grayscale: #212121. Windows color (decimal): -12582527 or 8454464. OLE color: 8454464.

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

Color convert

RGB641129-
CMYK0.500.9900.49
HSL269.53º98.46%25.49%-
HSV(B)269.53º99.22%50.59%-
XYZ6.092.720.97-
YUV34.43181.37149.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.99%
GREEN value IS 1 (0.78% from 255) = 0.52%
BLUE value IS 129 (50.78% from 255) = 66.49%
R=32.99%
G=0.52%
B=66.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6411290.500.9900.49269.5398.4625.49
Hex40181326303110e6219
Octal10012016214306141614231
Binary100000011000000111001011000110110001100001110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400181; }

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

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

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

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

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

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

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

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