#411978

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

Shades of Persian Indigo #411978

Tints of Persian Indigo #411978

Color information

#411978 (or 0x411978) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 78. RGB value is (65,25,120). Sum of RGB (Red+Green+Blue) = 65+25+120=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 120 (47.27% from 255 or 57.14% from 210); Max value from RGB is 120 - color contains mainly: blue. Hex color #411978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411978 is #BEE687. Grayscale: #2F2F2F. Windows color (decimal): -12510856 or 7870785. OLE color: 7870785.

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

Color convert

RGB6525120-
CMYK0.460.7900.53
HSL265.26º65.52%28.43%-
HSV(B)265.26º79.17%47.06%-
XYZ5.923.1818.07-
YUV47.79168.75140.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 25 (10.16% from 255) = 11.90%
BLUE value IS 120 (47.27% from 255) = 57.14%
R=30.95%
G=11.90%
B=57.14%

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
Decimal65251200.460.7900.53265.2665.5228.43
Hex4119782E4F035109421c
Octal101311705611706541110234
Binary100000111001111100010111010011110110101100001001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411978; }

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

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

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

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

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

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

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

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