#470099

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

Shades of Indigo #470099

Tints of Indigo #470099

Color information

#470099 (or 0x470099) is unknown color: approx Indigo. HEX triplet: 47, 00 and 99. RGB value is (71,0,153). Sum of RGB (Red+Green+Blue) = 71+0+153=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 153 (60.16% from 255 or 68.30% from 224); Max value from RGB is 153 - color contains mainly: blue. Hex color #470099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470099 is #B8FF66. Grayscale: #262626. Windows color (decimal): -12124007 or 10027079. OLE color: 10027079.

HSL color Cylindrical-coordinate representation of color #470099: hue angle of 267.84º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #470099 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB710153-
CMYK0.54100.4
HSL267.84º100%30%-
HSV(B)267.84º100%60%-
XYZ8.353.6430.4-
YUV38.67192.52151.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 68.30%
R=31.70%
G=0%
B=68.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7101530.54100.4267.8410030
Hex47099366402810c641e
Octal10702316614405041414436
Binary100011101001100111011011001000101000100001100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470099; }

 p { color: rgb(71,0,153); }

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

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

 a { background-color: rgb(71,0,153); }

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

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

 span { border-color: rgb(71,0,153); }

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