#41116E

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

Shades of Persian Indigo #41116E

Tints of Persian Indigo #41116E

Color information

#41116E (or 0x41116E) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 6E. RGB value is (65,17,110). Sum of RGB (Red+Green+Blue) = 65+17+110=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 110 (43.36% from 255 or 57.29% from 192); Max value from RGB is 110 - color contains mainly: blue. Hex color #41116E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41116E is #BEEE91. Grayscale: #292929. Windows color (decimal): -12512914 or 7213377. OLE color: 7213377.

HSL color Cylindrical-coordinate representation of color #41116E: hue angle of 270.97º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41116E is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6517110-
CMYK0.410.8500.57
HSL270.97º73.23%24.9%-
HSV(B)270.97º84.55%43.14%-
XYZ5.192.6514.99-
YUV41.95166.4144.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 110 (43.36% from 255) = 57.29%
R=33.85%
G=8.85%
B=57.29%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65171100.410.8500.57270.9773.2324.9
Hex41116E295503910f4919
Octal101211565112507141711131
Binary100000110001110111010100110101010111001100001111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41116E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41116E; }

 p { color: rgb(65,17,110); }

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

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

 a { background-color: rgb(65,17,110); }

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

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

 span { border-color: rgb(65,17,110); }

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