#41199F

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

Shades of Persian Indigo #41199F

Tints of Persian Indigo #41199F

Color information

#41199F (or 0x41199F) is unknown color: approx Persian Indigo. HEX triplet: 41, 19 and 9F. RGB value is (65,25,159). Sum of RGB (Red+Green+Blue) = 65+25+159=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 25 (10.16% from 255 or 10.04% from 249); Blue value is 159 (62.5% from 255 or 63.86% from 249); Max value from RGB is 159 - color contains mainly: blue. Hex color #41199F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41199F is #BEE660. Grayscale: #333333. Windows color (decimal): -12510817 or 10426689. OLE color: 10426689.

HSL color Cylindrical-coordinate representation of color #41199F: hue angle of 257.91º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #41199F is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6525159-
CMYK0.590.8400.38
HSL257.91º72.83%36.08%-
HSV(B)257.91º84.28%62.35%-
XYZ8.794.3233.17-
YUV52.24188.25137.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 25 (10.16% from 255) = 10.04%
BLUE value IS 159 (62.5% from 255) = 63.86%
R=26.10%
G=10.04%
B=63.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65251590.590.8400.38257.9172.8336.08
Hex41199F3B540261024924
Octal101312377312404640211144
Binary10000011100110011111111011101010001001101000000101001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41199F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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