#41149E

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

Shades of Persian Indigo #41149E

Tints of Persian Indigo #41149E

Color information

#41149E (or 0x41149E) is unknown color: approx Persian Indigo. HEX triplet: 41, 14 and 9E. RGB value is (65,20,158). Sum of RGB (Red+Green+Blue) = 65+20+158=243 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.75% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 158 (62.11% from 255 or 65.02% from 243); Max value from RGB is 158 - color contains mainly: blue. Hex color #41149E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41149E is #BEEB61. Grayscale: #303030. Windows color (decimal): -12512098 or 10359873. OLE color: 10359873.

HSL color Cylindrical-coordinate representation of color #41149E: hue angle of 259.57º 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 #41149E is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6520158-
CMYK0.590.8700.38
HSL259.57º77.53%34.9%-
HSV(B)259.57º87.34%61.96%-
XYZ8.64.0932.68-
YUV49.19189.41139.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.75%
GREEN value IS 20 (8.20% from 255) = 8.23%
BLUE value IS 158 (62.11% from 255) = 65.02%
R=26.75%
G=8.23%
B=65.02%

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
Decimal65201580.590.8700.38259.5777.5334.9
Hex41149E3B570261044e23
Octal101242367312704640411643
Binary10000011010010011110111011101011101001101000001001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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