#470292

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

Shades of Indigo #470292

Tints of Indigo #470292

Color information

#470292 (or 0x470292) is unknown color: approx Indigo. HEX triplet: 47, 02 and 92. RGB value is (71,2,146). Sum of RGB (Red+Green+Blue) = 71+2+146=219 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.42% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 146 (57.42% from 255 or 66.67% from 219); Max value from RGB is 146 - color contains mainly: blue. Hex color #470292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470292 is #B8FD6D. Grayscale: #262626. Windows color (decimal): -12123502 or 9568839. OLE color: 9568839.

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

Color convert

RGB712146-
CMYK0.510.9900.43
HSL268.75º97.3%29.02%-
HSV(B)268.75º98.63%57.25%-
XYZ7.813.4627.45-
YUV39.05188.36150.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.42%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 146 (57.42% from 255) = 66.67%
R=32.42%
G=0.91%
B=66.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7121460.510.9900.43268.7597.329.02
Hex47292336302B10d611d
Octal10722226314305341514135
Binary1000111101001001011001111000110101011100001101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470292; }

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

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

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

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

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

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

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

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