Html Css Color HEX #4701AD Indigo

📋 copy color: '#4701AD'

red 71 ◦ green 1 ◦ blue 173

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

Shades of Indigo #4701AD

Tints of Indigo #4701AD

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 28.98%
G = 0.41%
B = 70.61%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4701AD (or 0x4701AD) is known color: Indigo. HEX triplet: 47, 01 and AD. RGB value is (71,1,173). Sum of RGB (Red+Green+Blue) = 71+1+173=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4701AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4701AD is #B8FE52. Grayscale: #282828. Windows color (decimal): -12123731 or 11338055. OLE color: 11338055.

HSL color Cylindrical-coordinate representation of color #4701AD: hue angle of 264.42º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4701AD is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 1 173 -
CMYK 0.59 0.99 0 0.32
HSL 264.42º 0.99% 0.34% -
HSV(B) 264.42º 0.99% 0.68% -
XYZ 10.15 4.38 39.85 -
YUV 41.54 202.19 149.01 -
System Red Green Blue C M Y K H S L
Decimal 71 1 173 0.59 0.99 0 0.32 264.42 0.99 0.34
Hex 47 1 AD 3B 63 0 20 108 63 22
Octal 107 1 255 73 143 0 40 410 143 42
Binary 1000111 1 10101101 111011 1100011 0 100000 100001000 1100011 100010

Color Harmonies of #4701AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4701AD

Black with #4701AD

Text Example


Text Example

White with #4701AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4701AD; }

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

 H1.HeaderClassName
 {
   color: #4701AD;
 }
 .AnyTagClassName
 {
   color: #4701AD;
 }
</style>

background-color css

<style>
 a { background-color: #4701AD; }

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

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

border-color css

<style>
 span { border-color: #4701AD; }

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

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