#410D76

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

Shades of Indigo #410D76

Tints of Indigo #410D76

Color information

#410D76 (or 0x410D76) is unknown color: approx Indigo. HEX triplet: 41, 0D and 76. RGB value is (65,13,118). Sum of RGB (Red+Green+Blue) = 65+13+118=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 118 (46.48% from 255 or 60.20% from 196); Max value from RGB is 118 - color contains mainly: blue. Hex color #410D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410D76 is #BEF289. Grayscale: #282828. Windows color (decimal): -12513930 or 7736641. OLE color: 7736641.

HSL color Cylindrical-coordinate representation of color #410D76: hue angle of 269.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410D76 is Cyan = 0.45, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6513118-
CMYK0.450.8900.54
HSL269.71º80.15%25.69%-
HSV(B)269.71º88.98%46.27%-
XYZ5.592.7217.37-
YUV40.52171.73145.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 13 (5.47% from 255) = 6.63%
BLUE value IS 118 (46.48% from 255) = 60.20%
R=33.16%
G=6.63%
B=60.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65131180.450.8900.54269.7180.1525.69
Hex41D762D5903610e501a
Octal101151665513106641612032
Binary10000011101111011010110110110010110110100001110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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