Html Css Color HEX #470AAB Indigo

📋 copy color: '#470AAB'

red 71 ◦ green 10 ◦ blue 171

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

Shades of Indigo #470AAB

Tints of Indigo #470AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 28.17%
G = 3.97%
B = 67.86%

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

#470AAB (or 0x470AAB) is known color: Indigo. HEX triplet: 47, 0A and AB. RGB value is (71,10,171). Sum of RGB (Red+Green+Blue) = 71+10+171=252 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.17% from 252); Green value is 10 (4.30% from 255 or 3.97% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #470AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AAB is #B8F554. Grayscale: #2E2E2E. Windows color (decimal): -12121429 or 11209287. OLE color: 11209287.

HSL color Cylindrical-coordinate representation of color #470AAB: hue angle of 262.73º 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 #470AAB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 10 171 -
CMYK 0.58 0.94 0 0.33
HSL 262.73º 0.89% 0.35% -
HSV(B) 262.73º 0.94% 0.67% -
XYZ 10.06 4.5 38.87 -
YUV 46.59 198.21 145.41 -
System Red Green Blue C M Y K H S L
Decimal 71 10 171 0.58 0.94 0 0.33 262.73 0.89 0.35
Hex 47 A AB 3A 5E 0 21 107 59 23
Octal 107 12 253 72 136 0 41 407 131 43
Binary 1000111 1010 10101011 111010 1011110 0 100001 100000111 1011001 100011

Color Harmonies of #470AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AAB

Black with #470AAB

Text Example


Text Example

White with #470AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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