#471699

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

Shades of Indigo #471699

Tints of Indigo #471699

Color information

#471699 (or 0x471699) is unknown color: approx Indigo. HEX triplet: 47, 16 and 99. RGB value is (71,22,153). Sum of RGB (Red+Green+Blue) = 71+22+153=246 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.86% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 153 (60.16% from 255 or 62.20% from 246); Max value from RGB is 153 - color contains mainly: blue. Hex color #471699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #471699 is #B8E966. Grayscale: #333333. Windows color (decimal): -12118375 or 10032711. OLE color: 10032711.

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

Color convert

RGB7122153-
CMYK0.540.8600.4
HSL262.44º74.86%34.31%-
HSV(B)262.44º85.62%60%-
XYZ8.644.2130.5-
YUV51.58185.23141.85-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 28.86%
GREEN value IS 22 (8.98% from 255) = 8.94%
BLUE value IS 153 (60.16% from 255) = 62.20%
R=28.86%
G=8.94%
B=62.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal71221530.540.8600.4262.4474.8634.31
Hex47169936560281064b22
Octal107262316612605040611342
Binary10001111011010011001110110101011001010001000001101001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471699; }

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

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

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

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

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

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

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

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