#470489

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

Shades of Indigo #470489

Tints of Indigo #470489

Color information

#470489 (or 0x470489) is unknown color: approx Indigo. HEX triplet: 47, 04 and 89. RGB value is (71,4,137). Sum of RGB (Red+Green+Blue) = 71+4+137=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 137 (53.91% from 255 or 64.62% from 212); Max value from RGB is 137 - color contains mainly: blue. Hex color #470489 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470489 is #B8FB76. Grayscale: #262626. Windows color (decimal): -12122999 or 8979527. OLE color: 8979527.

HSL color Cylindrical-coordinate representation of color #470489: hue angle of 270.23º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470489 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB714137-
CMYK0.480.9700.46
HSL270.23º94.33%27.65%-
HSV(B)270.23º97.08%53.73%-
XYZ7.163.2323.91-
YUV39.2183.2150.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 4 (1.95% from 255) = 1.89%
BLUE value IS 137 (53.91% from 255) = 64.62%
R=33.49%
G=1.89%
B=64.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal7141370.480.9700.46270.2394.3327.65
Hex47489306102E10e5e1c
Octal10742116014105641613634
Binary10001111001000100111000011000010101110100001110101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470489; }

 p { color: rgb(71,4,137); }

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

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

 a { background-color: rgb(71,4,137); }

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

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

 span { border-color: rgb(71,4,137); }

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