Html Css Color HEX #4703AA Indigo

📋 copy color: '#4703AA'

red 71 ◦ green 3 ◦ blue 170

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

Shades of Indigo #4703AA

Tints of Indigo #4703AA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.23%

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

R = 29.1%
G = 1.23%
B = 69.67%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4703AA (or 0x4703AA) is known color: Indigo. HEX triplet: 47, 03 and AA. RGB value is (71,3,170). Sum of RGB (Red+Green+Blue) = 71+3+170=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #4703AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4703AA is #B8FC55. Grayscale: #292929. Windows color (decimal): -12123222 or 11141959. OLE color: 11141959.

HSL color Cylindrical-coordinate representation of color #4703AA: hue angle of 264.43º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4703AA is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 3 170 -
CMYK 0.58 0.98 0 0.33
HSL 264.43º 0.97% 0.34% -
HSV(B) 264.43º 0.98% 0.67% -
XYZ 9.89 4.31 38.34 -
YUV 42.37 200.03 148.42 -
System Red Green Blue C M Y K H S L
Decimal 71 3 170 0.58 0.98 0 0.33 264.43 0.97 0.34
Hex 47 3 AA 3A 62 0 21 108 61 22
Octal 107 3 252 72 142 0 41 410 141 42
Binary 1000111 11 10101010 111010 1100010 0 100001 100001000 1100001 100010

Color Harmonies of #4703AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4703AA

Black with #4703AA

Text Example


Text Example

White with #4703AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4703AA; }

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

 H1.HeaderClassName
 {
   color: #4703AA;
 }
 .AnyTagClassName
 {
   color: #4703AA;
 }
</style>

background-color css

<style>
 a { background-color: #4703AA; }

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

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

border-color css

<style>
 span { border-color: #4703AA; }

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

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