#470062

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

Shades of Indigo #470062

Tints of Indigo #470062

Color information

#470062 (or 0x470062) is unknown color: approx Indigo. HEX triplet: 47, 00 and 62. RGB value is (71,0,98). Sum of RGB (Red+Green+Blue) = 71+0+98=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #470062 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470062 is #B8FF9D. Grayscale: #202020. Windows color (decimal): -12124062 or 6422599. OLE color: 6422599.

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

Color convert

RGB71098-
CMYK0.28100.62
HSL283.47º100%19.22%-
HSV(B)283.47º100%38.43%-
XYZ4.82.2211.73-
YUV32.4165.02155.53-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 42.01%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 98 (38.67% from 255) = 57.99%
R=42.01%
G=0%
B=57.99%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal710980.28100.62283.4710019.22
Hex470621C6403E11b6413
Octal10701423414407643314423
Binary1000111011000101110011001000111110100011011110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470062; }

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

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

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

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

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

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

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

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