#41149F

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

Shades of Persian Indigo #41149F

Tints of Persian Indigo #41149F

Color information

#41149F (or 0x41149F) is unknown color: approx Persian Indigo. HEX triplet: 41, 14 and 9F. RGB value is (65,20,159). Sum of RGB (Red+Green+Blue) = 65+20+159=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 159 (62.5% from 255 or 65.16% from 244); Max value from RGB is 159 - color contains mainly: blue. Hex color #41149F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41149F is #BEEB60. Grayscale: #303030. Windows color (decimal): -12512097 or 10425409. OLE color: 10425409.

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

Color convert

RGB6520159-
CMYK0.590.8700.38
HSL259.42º77.65%35.1%-
HSV(B)259.42º87.42%62.35%-
XYZ8.694.1333.14-
YUV49.3189.91139.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 20 (8.20% from 255) = 8.20%
BLUE value IS 159 (62.5% from 255) = 65.16%
R=26.64%
G=8.20%
B=65.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65201590.590.8700.38259.4277.6535.1
Hex41149F3B570261034e23
Octal101242377312704640311643
Binary10000011010010011111111011101011101001101000000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41149F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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