#470988

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

Shades of Indigo #470988

Tints of Indigo #470988

Color information

#470988 (or 0x470988) is unknown color: approx Indigo. HEX triplet: 47, 09 and 88. RGB value is (71,9,136). Sum of RGB (Red+Green+Blue) = 71+9+136=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 136 (53.52% from 255 or 62.96% from 216); Max value from RGB is 136 - color contains mainly: blue. Hex color #470988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470988 is #B8F677. Grayscale: #292929. Windows color (decimal): -12121720 or 8915271. OLE color: 8915271.

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

Color convert

RGB719136-
CMYK0.480.9300.47
HSL269.29º87.59%28.43%-
HSV(B)269.29º93.38%53.33%-
XYZ7.143.3123.56-
YUV42.02181.04148.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 9 (3.91% from 255) = 4.17%
BLUE value IS 136 (53.52% from 255) = 62.96%
R=32.87%
G=4.17%
B=62.96%

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
Decimal7191360.480.9300.47269.2987.5928.43
Hex47988305D02F10d581c
Octal107112106013505741513034
Binary100011110011000100011000010111010101111100001101101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470988; }

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

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

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

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

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

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

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

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