#470562

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

Shades of Indigo #470562

Tints of Indigo #470562

Color information

#470562 (or 0x470562) is unknown color: approx Indigo. HEX triplet: 47, 05 and 62. RGB value is (71,5,98). Sum of RGB (Red+Green+Blue) = 71+5+98=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 98 (38.67% from 255 or 56.32% from 174); Max value from RGB is 98 - color contains mainly: blue. Hex color #470562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470562 is #B8FA9D. Grayscale: #232323. Windows color (decimal): -12122782 or 6423879. OLE color: 6423879.

HSL color Cylindrical-coordinate representation of color #470562: hue angle of 282.58º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #470562 is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB71598-
CMYK0.280.9500.62
HSL282.58º90.29%20.2%-
HSV(B)282.58º94.9%38.43%-
XYZ4.862.3311.75-
YUV35.34163.37153.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 40.80%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 98 (38.67% from 255) = 56.32%
R=40.80%
G=2.87%
B=56.32%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal715980.280.9500.62282.5890.2920.2
Hex475621C5F03E11b5a14
Octal10751423413707643313224
Binary100011110111000101110010111110111110100011011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470562; }

 p { color: rgb(71,5,98); }

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

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

 a { background-color: rgb(71,5,98); }

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

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

 span { border-color: rgb(71,5,98); }

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