#470277

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

Shades of Indigo #470277

Tints of Indigo #470277

Color information

#470277 (or 0x470277) is unknown color: approx Indigo. HEX triplet: 47, 02 and 77. RGB value is (71,2,119). Sum of RGB (Red+Green+Blue) = 71+2+119=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 2 (1.17% from 255 or 1.04% from 192); Blue value is 119 (46.88% from 255 or 61.98% from 192); Max value from RGB is 119 - color contains mainly: blue. Hex color #470277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470277 is #B8FD88. Grayscale: #232323. Windows color (decimal): -12123529 or 7799367. OLE color: 7799367.

HSL color Cylindrical-coordinate representation of color #470277: hue angle of 275.38º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #470277 is Cyan = 0.40, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB712119-
CMYK0.400.9800.53
HSL275.38º96.69%23.73%-
HSV(B)275.38º98.32%46.67%-
XYZ5.952.7117.66-
YUV35.97174.86152.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 36.98%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 119 (46.88% from 255) = 61.98%
R=36.98%
G=1.04%
B=61.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7121190.400.9800.53275.3896.6923.73
Hex4727728620351136118
Octal10721675014206542314130
Binary100011110111011110100011000100110101100010011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470277; }

 p { color: rgb(71,2,119); }

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

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

 a { background-color: rgb(71,2,119); }

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

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

 span { border-color: rgb(71,2,119); }

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