Html Css Color HEX #470E84 Indigo

📋 copy color: '#470E84'

red 71 ◦ green 14 ◦ blue 132

#470E84
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #470E84

Tints of Indigo #470E84

RGB

 RED value IS 71 (28.13% from 255) = 32.72%

 GREEN value IS 14 (5.86% from 255) = 6.45%

 BLUE value IS 132 (51.95% from 255) = 60.83%

R = 32.72%
G = 6.45%
B = 60.83%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#470E84 (or 0x470E84) is known color: Indigo. HEX triplet: 47, 0E and 84. RGB value is (71,14,132). Sum of RGB (Red+Green+Blue) = 71+14+132=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 132 (51.95% from 255 or 60.83% from 217); Max value from RGB is 132 - color contains mainly: blue. Hex color #470E84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470E84 is #B8F17B. Grayscale: #2C2C2C. Windows color (decimal): -12120444 or 8654407. OLE color: 8654407.

HSL color Cylindrical-coordinate representation of color #470E84: hue angle of 268.98º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #470E84 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 71 14 132 -
CMYK 0.46 0.89 0 0.48
HSL 268.98º 0.81% 0.29% -
HSV(B) 268.98º 0.89% 0.52% -
XYZ 6.92 3.32 22.11 -
YUV 44.5 177.38 146.91 -
System Red Green Blue C M Y K H S L
Decimal 71 14 132 0.46 0.89 0 0.48 268.98 0.81 0.29
Hex 47 E 84 2E 59 0 30 10D 51 1D
Octal 107 16 204 56 131 0 60 415 121 35
Binary 1000111 1110 10000100 101110 1011001 0 110000 100001101 1010001 11101

Color Harmonies of #470E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470E84

Black with #470E84

Text Example


Text Example

White with #470E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #470E84;
 }
 .AnyTagClassName
 {
   color: #470E84;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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