#411E93

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

Shades of Persian Indigo #411E93

Tints of Persian Indigo #411E93

Color information

#411E93 (or 0x411E93) is unknown color: approx Persian Indigo. HEX triplet: 41, 1E and 93. RGB value is (65,30,147). Sum of RGB (Red+Green+Blue) = 65+30+147=242 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.86% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 147 (57.81% from 255 or 60.74% from 242); Max value from RGB is 147 - color contains mainly: blue. Hex color #411E93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411E93 is #BEE16C. Grayscale: #353535. Windows color (decimal): -12509549 or 9641537. OLE color: 9641537.

HSL color Cylindrical-coordinate representation of color #411E93: hue angle of 257.95º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411E93 is Cyan = 0.56, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6530147-
CMYK0.560.8000.42
HSL257.95º66.1%34.71%-
HSV(B)257.95º79.59%57.65%-
XYZ7.914.1627.99-
YUV53.8180.6135.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.86%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 147 (57.81% from 255) = 60.74%
R=26.86%
G=12.40%
B=60.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65301470.560.8000.42257.9566.134.71
Hex411E93385002A1024223
Octal101362237012005240210243
Binary10000011111010010011111000101000001010101000000101000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411E93; }

 p { color: rgb(65,30,147); }

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

<style>
 a { background-color: #411E93; }

 a { background-color: rgb(65,30,147); }

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

<style>
 span { border-color: #411E93; }

 span { border-color: rgb(65,30,147); }

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