Html Css Color HEX #470AAA Indigo

📋 copy color: '#470AAA'

red 71 ◦ green 10 ◦ blue 170

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

Shades of Indigo #470AAA

Tints of Indigo #470AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 28.29%
G = 3.98%
B = 67.73%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#470AAA (or 0x470AAA) is known color: Indigo. HEX triplet: 47, 0A and AA. RGB value is (71,10,170). Sum of RGB (Red+Green+Blue) = 71+10+170=251 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.29% from 251); Green value is 10 (4.30% from 255 or 3.98% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #470AAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AAA is #B8F555. Grayscale: #2D2D2D. Windows color (decimal): -12121430 or 11143751. OLE color: 11143751.

HSL color Cylindrical-coordinate representation of color #470AAA: hue angle of 262.88º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #470AAA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 10 170 -
CMYK 0.58 0.94 0 0.33
HSL 262.88º 0.89% 0.35% -
HSV(B) 262.88º 0.94% 0.67% -
XYZ 9.96 4.46 38.37 -
YUV 46.48 197.71 145.49 -
System Red Green Blue C M Y K H S L
Decimal 71 10 170 0.58 0.94 0 0.33 262.88 0.89 0.35
Hex 47 A AA 3A 5E 0 21 107 59 23
Octal 107 12 252 72 136 0 41 407 131 43
Binary 1000111 1010 10101010 111010 1011110 0 100001 100000111 1011001 100011

Color Harmonies of #470AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AAA

Black with #470AAA

Text Example


Text Example

White with #470AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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