#470A62

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

Shades of Indigo #470A62

Tints of Indigo #470A62

Color information

#470A62 (or 0x470A62) is unknown color: approx Indigo. HEX triplet: 47, 0A and 62. RGB value is (71,10,98). Sum of RGB (Red+Green+Blue) = 71+10+98=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 10 (4.30% from 255 or 5.59% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #470A62 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470A62 is #B8F59D. Grayscale: #252525. Windows color (decimal): -12121502 or 6425159. OLE color: 6425159.

HSL color Cylindrical-coordinate representation of color #470A62: hue angle of 281.59º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470A62 is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB711098-
CMYK0.280.9000.62
HSL281.59º81.48%21.18%-
HSV(B)281.59º89.8%38.43%-
XYZ4.912.4411.77-
YUV38.27161.71151.34-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.66%
GREEN value IS 10 (4.30% from 255) = 5.59%
BLUE value IS 98 (38.67% from 255) = 54.75%
R=39.66%
G=5.59%
B=54.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7110980.280.9000.62281.5981.4821.18
Hex47A621C5A03E11a5115
Octal107121423413207643212125
Binary1000111101011000101110010110100111110100011010101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A62; }

 p { color: rgb(71,10,98); }

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

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

 a { background-color: rgb(71,10,98); }

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

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

 span { border-color: rgb(71,10,98); }

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