#410C76

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

Shades of Indigo #410C76

Tints of Indigo #410C76

Color information

#410C76 (or 0x410C76) is unknown color: approx Indigo. HEX triplet: 41, 0C and 76. RGB value is (65,12,118). Sum of RGB (Red+Green+Blue) = 65+12+118=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 12 (5.08% from 255 or 6.15% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #410C76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410C76 is #BEF389. Grayscale: #272727. Windows color (decimal): -12514186 or 7736385. OLE color: 7736385.

HSL color Cylindrical-coordinate representation of color #410C76: hue angle of 270º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410C76 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6512118-
CMYK0.450.9000.54
HSL270º81.54%25.49%-
HSV(B)270º89.83%46.27%-
XYZ5.582.6917.37-
YUV39.93172.06145.88-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 12 (5.08% from 255) = 6.15%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=33.33%
G=6.15%
B=60.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal65121180.450.9000.5427081.5425.49
Hex41C762D5A03610e5219
Octal101141665513206641612231
Binary10000011100111011010110110110100110110100001110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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