#410D71

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

Shades of Indigo #410D71

Tints of Indigo #410D71

Color information

#410D71 (or 0x410D71) is unknown color: approx Indigo. HEX triplet: 41, 0D and 71. RGB value is (65,13,113). Sum of RGB (Red+Green+Blue) = 65+13+113=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #410D71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D71 is #BEF28E. Grayscale: #272727. Windows color (decimal): -12513935 or 7408961. OLE color: 7408961.

HSL color Cylindrical-coordinate representation of color #410D71: hue angle of 271.2º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #410D71 is Cyan = 0.42, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6513113-
CMYK0.420.8800.56
HSL271.2º79.37%24.71%-
HSV(B)271.2º88.5%44.31%-
XYZ5.32.615.85-
YUV39.95169.23145.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=34.03%
G=6.81%
B=59.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65131130.420.8800.56271.279.3724.71
Hex41D712A5803810f4f19
Octal101151615213007041711731
Binary10000011101111000110101010110000111000100001111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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