#410D86

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

Shades of Indigo #410D86

Tints of Indigo #410D86

Color information

#410D86 (or 0x410D86) is unknown color: approx Indigo. HEX triplet: 41, 0D and 86. RGB value is (65,13,134). Sum of RGB (Red+Green+Blue) = 65+13+134=212 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.66% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #410D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410D86 is #BEF279. Grayscale: #292929. Windows color (decimal): -12513914 or 8785217. OLE color: 8785217.

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

Color convert

RGB6513134-
CMYK0.510.9000.47
HSL265.79º82.31%28.82%-
HSV(B)265.79º90.3%52.55%-
XYZ6.633.1322.81-
YUV42.34179.73144.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.66%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 134 (52.73% from 255) = 63.21%
R=30.66%
G=6.13%
B=63.21%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65131340.510.9000.47265.7982.3128.82
Hex41D86335A02F10a521d
Octal101152066313205741212235
Binary100000111011000011011001110110100101111100001010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410D86; }

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

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

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

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

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

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

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

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