#401979

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

Shades of Persian Indigo #401979

Tints of Persian Indigo #401979

Color information

#401979 (or 0x401979) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 79. RGB value is (64,25,121). Sum of RGB (Red+Green+Blue) = 64+25+121=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #401979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401979 is #BFE686. Grayscale: #2F2F2F. Windows color (decimal): -12576391 or 7936320. OLE color: 7936320.

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

Color convert

RGB6425121-
CMYK0.470.7900.53
HSL264.38º65.75%28.63%-
HSV(B)264.38º79.34%47.45%-
XYZ5.913.1718.39-
YUV47.6169.42139.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 121 (47.66% from 255) = 57.62%
R=30.48%
G=11.90%
B=57.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64251210.470.7900.53264.3865.7528.63
Hex4019792F4F035108421d
Octal100311715711706541010235
Binary100000011001111100110111110011110110101100001000100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401979; }

 p { color: rgb(64,25,121); }

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

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

 a { background-color: rgb(64,25,121); }

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

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

 span { border-color: rgb(64,25,121); }

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