#470199

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

Shades of Indigo #470199

Tints of Indigo #470199

Color information

#470199 (or 0x470199) is unknown color: approx Indigo. HEX triplet: 47, 01 and 99. RGB value is (71,1,153). Sum of RGB (Red+Green+Blue) = 71+1+153=225 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.56% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #470199 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470199 is #B8FE66. Grayscale: #262626. Windows color (decimal): -12123751 or 10027335. OLE color: 10027335.

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

Color convert

RGB711153-
CMYK0.540.9900.4
HSL267.63º98.7%30.2%-
HSV(B)267.63º99.35%60%-
XYZ8.363.6630.4-
YUV39.26192.19150.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.56%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 153 (60.16% from 255) = 68%
R=31.56%
G=0.44%
B=68%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7111530.540.9900.4267.6398.730.2
Hex47199366302810c631e
Octal10712316614305041414336
Binary100011111001100111011011000110101000100001100110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470199; }

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

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

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

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

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

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

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

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