#470999

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

Shades of Indigo #470999

Tints of Indigo #470999

Color information

#470999 (or 0x470999) is unknown color: approx Indigo. HEX triplet: 47, 09 and 99. RGB value is (71,9,153). Sum of RGB (Red+Green+Blue) = 71+9+153=233 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.47% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #470999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470999 is #B8F666. Grayscale: #2B2B2B. Windows color (decimal): -12121703 or 10029383. OLE color: 10029383.

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

Color convert

RGB719153-
CMYK0.540.9400.4
HSL265.83º88.89%31.76%-
HSV(B)265.83º94.12%60%-
XYZ8.453.8330.43-
YUV43.95189.54147.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.47%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 153 (60.16% from 255) = 65.67%
R=30.47%
G=3.86%
B=65.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7191530.540.9400.4265.8388.8931.76
Hex47999365E02810a5920
Octal107112316613605041213140
Binary1000111100110011001110110101111001010001000010101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470999; }

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

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

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

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

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

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

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

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