#411A90

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

Shades of Persian Indigo #411A90

Tints of Persian Indigo #411A90

Color information

#411A90 (or 0x411A90) is unknown color: approx Persian Indigo. HEX triplet: 41, 1A and 90. RGB value is (65,26,144). Sum of RGB (Red+Green+Blue) = 65+26+144=235 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.66% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #411A90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A90 is #BEE56F. Grayscale: #323232. Windows color (decimal): -12510576 or 9443905. OLE color: 9443905.

HSL color Cylindrical-coordinate representation of color #411A90: hue angle of 259.83º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #411A90 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6526144-
CMYK0.550.8200.44
HSL259.83º69.41%33.33%-
HSV(B)259.83º81.94%56.47%-
XYZ7.583.8826.73-
YUV51.11180.42137.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.66%
GREEN value IS 26 (10.55% from 255) = 11.06%
BLUE value IS 144 (56.64% from 255) = 61.28%
R=27.66%
G=11.06%
B=61.28%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65261440.550.8200.44259.8369.4133.33
Hex411A90375202C1044521
Octal101322206712205440410541
Binary10000011101010010000110111101001001011001000001001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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