#470996

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

Shades of Indigo #470996

Tints of Indigo #470996

Color information

#470996 (or 0x470996) is unknown color: approx Indigo. HEX triplet: 47, 09 and 96. RGB value is (71,9,150). Sum of RGB (Red+Green+Blue) = 71+9+150=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 9 (3.91% from 255 or 3.91% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #470996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470996 is #B8F669. Grayscale: #2B2B2B. Windows color (decimal): -12121706 or 9832775. OLE color: 9832775.

HSL color Cylindrical-coordinate representation of color #470996: hue angle of 266.38º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470996 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB719150-
CMYK0.530.9400.41
HSL266.38º88.68%31.18%-
HSV(B)266.38º94%58.82%-
XYZ8.23.7429.14-
YUV43.61188.04147.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 9 (3.91% from 255) = 3.91%
BLUE value IS 150 (58.98% from 255) = 65.22%
R=30.87%
G=3.91%
B=65.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7191500.530.9400.41266.3888.6831.18
Hex47996355E02910a591f
Octal107112266513605141213137
Binary100011110011001011011010110111100101001100001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470996; }

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

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

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

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

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

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

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

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