#41159E

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

Shades of Persian Indigo #41159E

Tints of Persian Indigo #41159E

Color information

#41159E (or 0x41159E) is unknown color: approx Persian Indigo. HEX triplet: 41, 15 and 9E. RGB value is (65,21,158). Sum of RGB (Red+Green+Blue) = 65+21+158=244 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.64% from 244); Green value is 21 (8.59% from 255 or 8.61% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #41159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #41159E is #BEEA61. Grayscale: #313131. Windows color (decimal): -12511842 or 10360129. OLE color: 10360129.

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

Color convert

RGB6521158-
CMYK0.590.8700.38
HSL259.27º76.54%35.1%-
HSV(B)259.27º86.71%61.96%-
XYZ8.624.1332.69-
YUV49.77189.08138.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.64%
GREEN value IS 21 (8.59% from 255) = 8.61%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=26.64%
G=8.61%
B=64.75%

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
Decimal65211580.590.8700.38259.2776.5435.1
Hex41159E3B570261034d23
Octal101252367312704640311543
Binary10000011010110011110111011101011101001101000000111001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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