#41106F

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

Shades of Persian Indigo #41106F

Tints of Persian Indigo #41106F

Color information

#41106F (or 0x41106F) is unknown color: approx Persian Indigo. HEX triplet: 41, 10 and 6F. RGB value is (65,16,111). Sum of RGB (Red+Green+Blue) = 65+16+111=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 16 (6.64% from 255 or 8.33% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #41106F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41106F is #BEEF90. Grayscale: #292929. Windows color (decimal): -12513169 or 7278657. OLE color: 7278657.

HSL color Cylindrical-coordinate representation of color #41106F: hue angle of 270.95º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #41106F is Cyan = 0.41, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6516111-
CMYK0.410.8600.56
HSL270.95º74.8%24.9%-
HSV(B)270.95º85.59%43.53%-
XYZ5.232.6415.27-
YUV41.48167.23144.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 16 (6.64% from 255) = 8.33%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=33.85%
G=8.33%
B=57.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65161110.410.8600.56270.9574.824.9
Hex41106F295603810f4b19
Octal101201575112607041711331
Binary100000110000110111110100110101100111000100001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41106F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41106F; }

 p { color: rgb(65,16,111); }

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

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

 a { background-color: rgb(65,16,111); }

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

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

 span { border-color: rgb(65,16,111); }

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