Html Css Color HEX #470AAD Indigo

📋 copy color: '#470AAD'

red 71 ◦ green 10 ◦ blue 173

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

Shades of Indigo #470AAD

Tints of Indigo #470AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.94%

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 27.95%
G = 3.94%
B = 68.11%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#470AAD (or 0x470AAD) is known color: Indigo. HEX triplet: 47, 0A and AD. RGB value is (71,10,173). Sum of RGB (Red+Green+Blue) = 71+10+173=254 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.95% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #470AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AAD is #B8F552. Grayscale: #2E2E2E. Windows color (decimal): -12121427 or 11340359. OLE color: 11340359.

HSL color Cylindrical-coordinate representation of color #470AAD: hue angle of 262.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470AAD is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 10 173 -
CMYK 0.59 0.94 0 0.32
HSL 262.45º 0.89% 0.36% -
HSV(B) 262.45º 0.94% 0.68% -
XYZ 10.25 4.57 39.88 -
YUV 46.82 199.21 145.25 -
System Red Green Blue C M Y K H S L
Decimal 71 10 173 0.59 0.94 0 0.32 262.45 0.89 0.36
Hex 47 A AD 3B 5E 0 20 106 59 24
Octal 107 12 255 73 136 0 40 406 131 44
Binary 1000111 1010 10101101 111011 1011110 0 100000 100000110 1011001 100100

Color Harmonies of #470AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AAD

Black with #470AAD

Text Example


Text Example

White with #470AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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