#411A96

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

Shades of Persian Indigo #411A96

Tints of Persian Indigo #411A96

Color information

#411A96 (or 0x411A96) is unknown color: approx Persian Indigo. HEX triplet: 41, 1A and 96. RGB value is (65,26,150). Sum of RGB (Red+Green+Blue) = 65+26+150=241 (31% of max value = 765). Red value is 65 (25.78% from 255 or 26.97% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 150 (58.98% from 255 or 62.24% from 241); Max value from RGB is 150 - color contains mainly: blue. Hex color #411A96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A96 is #BEE569. Grayscale: #333333. Windows color (decimal): -12510570 or 9837121. OLE color: 9837121.

HSL color Cylindrical-coordinate representation of color #411A96: hue angle of 258.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411A96 is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6526150-
CMYK0.570.8300.41
HSL258.87º70.45%34.51%-
HSV(B)258.87º82.67%58.82%-
XYZ8.054.0629.21-
YUV51.8183.42137.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.97%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 150 (58.98% from 255) = 62.24%
R=26.97%
G=10.79%
B=62.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65261500.570.8300.41258.8770.4534.51
Hex411A9639530291034623
Octal101322267112305140310643
Binary10000011101010010110111001101001101010011000000111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,150); }

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

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

 a { background-color: rgb(65,26,150); }

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

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

 span { border-color: rgb(65,26,150); }

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