#470CA2

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

Shades of Indigo #470CA2

Tints of Indigo #470CA2

Color information

#470CA2 (or 0x470CA2) is unknown color: approx Indigo. HEX triplet: 47, 0C and A2. RGB value is (71,12,162). Sum of RGB (Red+Green+Blue) = 71+12+162=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 162 (63.67% from 255 or 66.12% from 245); Max value from RGB is 162 - color contains mainly: blue. Hex color #470CA2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470CA2 is #B8F35D. Grayscale: #2E2E2E. Windows color (decimal): -12120926 or 10619975. OLE color: 10619975.

HSL color Cylindrical-coordinate representation of color #470CA2: hue angle of 263.6º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470CA2 is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7112162-
CMYK0.560.9300.36
HSL263.6º86.21%34.12%-
HSV(B)263.6º92.59%63.53%-
XYZ9.254.2134.51-
YUV46.74193.05145.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.98%
GREEN value IS 12 (5.08% from 255) = 4.90%
BLUE value IS 162 (63.67% from 255) = 66.12%
R=28.98%
G=4.90%
B=66.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal71121620.560.9300.36263.686.2134.12
Hex47CA2385D0241085622
Octal107142427013504441012642
Binary1000111110010100010111000101110101001001000010001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,12,162); }

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

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

 a { background-color: rgb(71,12,162); }

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

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

 span { border-color: rgb(71,12,162); }

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