#41187F

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

Shades of Persian Indigo #41187F

Tints of Persian Indigo #41187F

Color information

#41187F (or 0x41187F) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 7F. RGB value is (65,24,127). Sum of RGB (Red+Green+Blue) = 65+24+127=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #41187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41187F is #BEE780. Grayscale: #2F2F2F. Windows color (decimal): -12511105 or 8329281. OLE color: 8329281.

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

Color convert

RGB6524127-
CMYK0.490.8100.50
HSL263.88º68.21%29.61%-
HSV(B)263.88º81.1%49.8%-
XYZ6.343.3120.38-
YUV48172.58140.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.09%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 127 (50% from 255) = 58.80%
R=30.09%
G=11.11%
B=58.80%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65241270.490.8100.50263.8868.2129.61
Hex41187F3151032108441e
Octal101301776112106241010436
Binary100000111000111111111000110100010110010100001000100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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