#470A88

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

Shades of Indigo #470A88

Tints of Indigo #470A88

Color information

#470A88 (or 0x470A88) is unknown color: approx Indigo. HEX triplet: 47, 0A and 88. RGB value is (71,10,136). Sum of RGB (Red+Green+Blue) = 71+10+136=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 10 (4.30% from 255 or 4.61% from 217); Blue value is 136 (53.52% from 255 or 62.67% from 217); Max value from RGB is 136 - color contains mainly: blue. Hex color #470A88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470A88 is #B8F577. Grayscale: #2A2A2A. Windows color (decimal): -12121464 or 8915527. OLE color: 8915527.

HSL color Cylindrical-coordinate representation of color #470A88: hue angle of 269.05º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470A88 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7110136-
CMYK0.480.9300.47
HSL269.05º86.3%28.63%-
HSV(B)269.05º92.65%53.33%-
XYZ7.153.3323.56-
YUV42.6180.71148.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.72%
GREEN value IS 10 (4.30% from 255) = 4.61%
BLUE value IS 136 (53.52% from 255) = 62.67%
R=32.72%
G=4.61%
B=62.67%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71101360.480.9300.47269.0586.328.63
Hex47A88305D02F10d561d
Octal107122106013505741512635
Binary100011110101000100011000010111010101111100001101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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