#470297

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

Shades of Indigo #470297

Tints of Indigo #470297

Color information

#470297 (or 0x470297) is unknown color: approx Indigo. HEX triplet: 47, 02 and 97. RGB value is (71,2,151). Sum of RGB (Red+Green+Blue) = 71+2+151=224 (29% of max value = 765). Red value is 71 (28.12% from 255 or 31.70% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 151 (59.38% from 255 or 67.41% from 224); Max value from RGB is 151 - color contains mainly: blue. Hex color #470297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470297 is #B8FD68. Grayscale: #272727. Windows color (decimal): -12123497 or 9896519. OLE color: 9896519.

HSL color Cylindrical-coordinate representation of color #470297: hue angle of 267.79º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #470297 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB712151-
CMYK0.530.9900.41
HSL267.79º97.39%30%-
HSV(B)267.79º98.68%59.22%-
XYZ8.213.6229.54-
YUV39.62190.86150.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 31.70%
GREEN value IS 2 (1.17% from 255) = 0.89%
BLUE value IS 151 (59.38% from 255) = 67.41%
R=31.70%
G=0.89%
B=67.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7121510.530.9900.41267.7997.3930
Hex47297356302910c611e
Octal10722276514305141414136
Binary1000111101001011111010111000110101001100001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470297; }

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

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

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

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

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

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

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

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