#411A8E

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

Shades of Persian Indigo #411A8E

Tints of Persian Indigo #411A8E

Color information

#411A8E (or 0x411A8E) is unknown color: approx Persian Indigo. HEX triplet: 41, 1A and 8E. RGB value is (65,26,142). Sum of RGB (Red+Green+Blue) = 65+26+142=233 (30% of max value = 765). Red value is 65 (25.78% from 255 or 27.90% from 233); Green value is 26 (10.55% from 255 or 11.16% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #411A8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #411A8E is #BEE571. Grayscale: #323232. Windows color (decimal): -12510578 or 9312833. OLE color: 9312833.

HSL color Cylindrical-coordinate representation of color #411A8E: hue angle of 260.17º 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 #411A8E is Cyan = 0.54, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6526142-
CMYK0.540.8200.44
HSL260.17º69.05%32.94%-
HSV(B)260.17º81.69%55.69%-
XYZ7.433.8225.94-
YUV50.88179.42138.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.90%
GREEN value IS 26 (10.55% from 255) = 11.16%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=27.90%
G=11.16%
B=60.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65261420.540.8200.44260.1769.0532.94
Hex411A8E365202C1044521
Octal101322166612205440410541
Binary10000011101010001110110110101001001011001000001001000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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