Html Css Color HEX #4700AD Indigo

📋 copy color: '#4700AD'

red 71 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4700AD

Tints of Indigo #4700AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 29.1%
G = 0%
B = 70.9%

CMYK

 C value IS 0.59

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4700AD (or 0x4700AD) is known color: Indigo. HEX triplet: 47, 00 and AD. RGB value is (71,0,173). Sum of RGB (Red+Green+Blue) = 71+0+173=244 (32% of max value = 765). Red value is 71 (28.12% from 255 or 29.10% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #4700AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4700AD is #B8FF52. Grayscale: #282828. Windows color (decimal): -12123987 or 11337799. OLE color: 11337799.

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

Color convert

RGB 71 0 173 -
CMYK 0.59 1 0 0.32
HSL 264.62º 1% 0.34% -
HSV(B) 264.62º 1% 0.68% -
XYZ 10.14 4.36 39.84 -
YUV 40.95 202.52 149.43 -
System Red Green Blue C M Y K H S L
Decimal 71 0 173 0.59 1 0 0.32 264.62 1 0.34
Hex 47 0 AD 3B 64 0 20 109 64 22
Octal 107 0 255 73 144 0 40 411 144 42
Binary 1000111 0 10101101 111011 1100100 0 100000 100001001 1100100 100010

Color Harmonies of #4700AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700AD

Black with #4700AD

Text Example


Text Example

White with #4700AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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