#41117F

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

Shades of Persian Indigo #41117F

Tints of Persian Indigo #41117F

Color information

#41117F (or 0x41117F) is unknown color: approx Persian Indigo. HEX triplet: 41, 11 and 7F. RGB value is (65,17,127). Sum of RGB (Red+Green+Blue) = 65+17+127=209 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.10% from 209); Green value is 17 (7.03% from 255 or 8.13% from 209); Blue value is 127 (50% from 255 or 60.77% from 209); Max value from RGB is 127 - color contains mainly: blue. Hex color #41117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41117F is #BEEE80. Grayscale: #2B2B2B. Windows color (decimal): -12512897 or 8327489. OLE color: 8327489.

HSL color Cylindrical-coordinate representation of color #41117F: hue angle of 266.18º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #41117F is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6517127-
CMYK0.490.8700.50
HSL266.18º76.39%28.24%-
HSV(B)266.18º86.61%49.8%-
XYZ6.213.0620.34-
YUV43.89174.9143.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.10%
GREEN value IS 17 (7.03% from 255) = 8.13%
BLUE value IS 127 (50% from 255) = 60.77%
R=31.10%
G=8.13%
B=60.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65171270.490.8700.50266.1876.3928.24
Hex41117F315703210a4c1c
Octal101211776112706241211434
Binary100000110001111111111000110101110110010100001010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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