#470E93

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

Shades of Indigo #470E93

Tints of Indigo #470E93

Color information

#470E93 (or 0x470E93) is unknown color: approx Indigo. HEX triplet: 47, 0E and 93. RGB value is (71,14,147). Sum of RGB (Red+Green+Blue) = 71+14+147=232 (30% of max value = 765). Red value is 71 (28.12% from 255 or 30.60% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #470E93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E93 is #B8F16C. Grayscale: #2D2D2D. Windows color (decimal): -12120429 or 9637447. OLE color: 9637447.

HSL color Cylindrical-coordinate representation of color #470E93: hue angle of 265.71º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #470E93 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7114147-
CMYK0.520.9000.42
HSL265.71º82.61%31.57%-
HSV(B)265.71º90.48%57.65%-
XYZ8.023.7627.91-
YUV46.2184.88145.69-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 30.60%
GREEN value IS 14 (5.86% from 255) = 6.03%
BLUE value IS 147 (57.81% from 255) = 63.36%
R=30.60%
G=6.03%
B=63.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71141470.520.9000.42265.7182.6131.57
Hex47E93345A02A10a5320
Octal107162236413205241212340
Binary1000111111010010011110100101101001010101000010101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #470E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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