#411c87

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

Shades of Persian Indigo #411C87

Tints of Persian Indigo #411C87

Color information

#411C87 (or 0x411C87) is unknown color: approx Persian Indigo. HEX triplet: 41, 1C and 87. RGB value is (65,28,135). Sum of RGB (Red+Green+Blue) = 65+28+135=228 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.51% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #411C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411C87 is #BEE378. Grayscale: #323232. Windows color (decimal): -12510073 or 8854593. OLE color: 8854593.

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

Color convert

RGB6528135-
CMYK0.520.7900.47
HSL260.75º65.64%31.96%-
HSV(B)260.75º79.26%52.94%-
XYZ6.973.723.27-
YUV51.26175.26137.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.51%
GREEN value IS 28 (11.33% from 255) = 12.28%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=28.51%
G=12.28%
B=59.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65281350.520.7900.47260.7565.6431.96
Hex411C87344F02F1054220
Octal101342076411705740510240
Binary10000011110010000111110100100111101011111000001011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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