#470A95

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

Shades of Indigo #470A95

Tints of Indigo #470A95

Color information

#470A95 (or 0x470A95) is unknown color: approx Indigo. HEX triplet: 47, 0A and 95. RGB value is (71,10,149). Sum of RGB (Red+Green+Blue) = 71+10+149=230 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.87% from 230); Green value is 10 (4.30% from 255 or 4.35% from 230); Blue value is 149 (58.59% from 255 or 64.78% from 230); Max value from RGB is 149 - color contains mainly: blue. Hex color #470A95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470A95 is #B8F56A. Grayscale: #2B2B2B. Windows color (decimal): -12121451 or 9767495. OLE color: 9767495.

HSL color Cylindrical-coordinate representation of color #470A95: hue angle of 266.33º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #470A95 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7110149-
CMYK0.520.9300.42
HSL266.33º87.42%31.18%-
HSV(B)266.33º93.29%58.43%-
XYZ8.133.7328.72-
YUV44.08187.21147.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.87%
GREEN value IS 10 (4.30% from 255) = 4.35%
BLUE value IS 149 (58.59% from 255) = 64.78%
R=30.87%
G=4.35%
B=64.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71101490.520.9300.42266.3387.4231.18
Hex47A95345D02A10a571f
Octal107122256413505241212737
Binary100011110101001010111010010111010101010100001010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #470A95; }

 p { color: rgb(71,10,149); }

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

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

 a { background-color: rgb(71,10,149); }

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

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

 span { border-color: rgb(71,10,149); }

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