#470E88

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

Shades of Indigo #470E88

Tints of Indigo #470E88

Color information

#470E88 (or 0x470E88) is unknown color: approx Indigo. HEX triplet: 47, 0E and 88. RGB value is (71,14,136). Sum of RGB (Red+Green+Blue) = 71+14+136=221 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.13% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 136 (53.52% from 255 or 61.54% from 221); Max value from RGB is 136 - color contains mainly: blue. Hex color #470E88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E88 is #B8F177. Grayscale: #2C2C2C. Windows color (decimal): -12120440 or 8916551. OLE color: 8916551.

HSL color Cylindrical-coordinate representation of color #470E88: hue angle of 268.03º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470E88 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7114136-
CMYK0.480.9000.47
HSL268.03º81.33%29.41%-
HSV(B)268.03º89.71%53.33%-
XYZ7.23.4323.58-
YUV44.95179.38146.58-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.13%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 136 (53.52% from 255) = 61.54%
R=32.13%
G=6.33%
B=61.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71141360.480.9000.47268.0381.3329.41
Hex47E88305A02F10c511d
Octal107162106013205741412135
Binary100011111101000100011000010110100101111100001100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,14,136); }

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

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

 a { background-color: rgb(71,14,136); }

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

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

 span { border-color: rgb(71,14,136); }

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