#411086

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

Shades of Persian Indigo #411086

Tints of Persian Indigo #411086

Color information

#411086 (or 0x411086) is unknown color: approx Persian Indigo. HEX triplet: 41, 10 and 86. RGB value is (65,16,134). Sum of RGB (Red+Green+Blue) = 65+16+134=215 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.23% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 134 (52.73% from 255 or 62.33% from 215); Max value from RGB is 134 - color contains mainly: blue. Hex color #411086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411086 is #BEEF79. Grayscale: #2B2B2B. Windows color (decimal): -12513146 or 8785985. OLE color: 8785985.

HSL color Cylindrical-coordinate representation of color #411086: hue angle of 264.92º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #411086 is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6516134-
CMYK0.510.8800.47
HSL264.92º78.67%29.41%-
HSV(B)264.92º88.06%52.55%-
XYZ6.673.2222.82-
YUV44.1178.73142.91-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.23%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 134 (52.73% from 255) = 62.33%
R=30.23%
G=7.44%
B=62.33%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65161340.510.8800.47264.9278.6729.41
Hex411086335802F1094f1d
Octal101202066313005741111735
Binary1000001100001000011011001110110000101111100001001100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411086; }

 p { color: rgb(65,16,134); }

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

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

 a { background-color: rgb(65,16,134); }

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

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

 span { border-color: rgb(65,16,134); }

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