#470492

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

Shades of Indigo #470492

Tints of Indigo #470492

Color information

#470492 (or 0x470492) is unknown color: approx Indigo. HEX triplet: 47, 04 and 92. RGB value is (71,4,146). Sum of RGB (Red+Green+Blue) = 71+4+146=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #470492 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470492 is #B8FB6D. Grayscale: #272727. Windows color (decimal): -12122990 or 9569351. OLE color: 9569351.

HSL color Cylindrical-coordinate representation of color #470492: hue angle of 268.31º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #470492 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB714146-
CMYK0.510.9700.43
HSL268.31º94.67%29.41%-
HSV(B)268.31º97.26%57.25%-
XYZ7.833.527.46-
YUV40.22187.7149.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 4 (1.95% from 255) = 1.81%
BLUE value IS 146 (57.42% from 255) = 66.06%
R=32.13%
G=1.81%
B=66.06%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7141460.510.9700.43268.3194.6729.41
Hex47492336102B10c5f1d
Octal10742226314105341413735
Binary10001111001001001011001111000010101011100001100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470492; }

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

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

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

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

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

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

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

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