#411979

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

Shades of Persian Indigo #411979

Tints of Persian Indigo #411979

Color information

#411979 (or 0x411979) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 79. RGB value is (65,25,121). Sum of RGB (Red+Green+Blue) = 65+25+121=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 121 (47.66% from 255 or 57.35% from 211); Max value from RGB is 121 - color contains mainly: blue. Hex color #411979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411979 is #BEE686. Grayscale: #2F2F2F. Windows color (decimal): -12510855 or 7936321. OLE color: 7936321.

HSL color Cylindrical-coordinate representation of color #411979: hue angle of 265º 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 #411979 is Cyan = 0.46, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6525121-
CMYK0.460.7900.53
HSL265º65.75%28.63%-
HSV(B)265º79.34%47.45%-
XYZ5.983.218.39-
YUV47.9169.25140.19-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.81%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 121 (47.66% from 255) = 57.35%
R=30.81%
G=11.85%
B=57.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal65251210.460.7900.5326565.7528.63
Hex4119792E4F035109421d
Octal101311715611706541110235
Binary100000111001111100110111010011110110101100001001100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411979; }

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

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

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

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

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

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

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

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