#411B87

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

Shades of Persian Indigo #411B87

Tints of Persian Indigo #411B87

Color information

#411B87 (or 0x411B87) is unknown color: approx Persian Indigo. HEX triplet: 41, 1B and 87. RGB value is (65,27,135). Sum of RGB (Red+Green+Blue) = 65+27+135=227 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.63% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #411B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411B87 is #BEE478. Grayscale: #323232. Windows color (decimal): -12510329 or 8854337. OLE color: 8854337.

HSL color Cylindrical-coordinate representation of color #411B87: hue angle of 261.11º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #411B87 is Cyan = 0.52, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6527135-
CMYK0.520.800.47
HSL261.11º66.67%31.76%-
HSV(B)261.11º80%52.94%-
XYZ6.953.6623.26-
YUV50.67175.59138.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.63%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 135 (53.12% from 255) = 59.47%
R=28.63%
G=11.89%
B=59.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65271350.520.800.47261.1166.6731.76
Hex411B87345002F1054320
Octal101332076412005740510340
Binary10000011101110000111110100101000001011111000001011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,135); }

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

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

 a { background-color: rgb(65,27,135); }

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

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

 span { border-color: rgb(65,27,135); }

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