Html Css Color HEX #470AAE Indigo

📋 copy color: '#470AAE'

red 71 ◦ green 10 ◦ blue 174

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

Shades of Indigo #470AAE

Tints of Indigo #470AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 68.24%

R = 27.84%
G = 3.92%
B = 68.24%

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

#470AAE (or 0x470AAE) is known color: Indigo. HEX triplet: 47, 0A and AE. RGB value is (71,10,174). Sum of RGB (Red+Green+Blue) = 71+10+174=255 (33% of max value = 765). Red value is 71 (28.12% from 255 or 27.84% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 174 (68.36% from 255 or 68.24% from 255); Max value from RGB is 174 - color contains mainly: blue. Hex color #470AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #470AAE is #B8F551. Grayscale: #2E2E2E. Windows color (decimal): -12121426 or 11405895. OLE color: 11405895.

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

Color convert

RGB 71 10 174 -
CMYK 0.59 0.94 0 0.32
HSL 262.32º 0.89% 0.36% -
HSV(B) 262.32º 0.94% 0.68% -
XYZ 10.35 4.61 40.39 -
YUV 46.94 199.71 145.16 -
System Red Green Blue C M Y K H S L
Decimal 71 10 174 0.59 0.94 0 0.32 262.32 0.89 0.36
Hex 47 A AE 3B 5E 0 20 106 59 24
Octal 107 12 256 73 136 0 40 406 131 44
Binary 1000111 1010 10101110 111011 1011110 0 100000 100000110 1011001 100100

Color Harmonies of #470AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #470AAE

Black with #470AAE

Text Example


Text Example

White with #470AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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