Html Css Color HEX #4700AE Indigo

📋 copy color: '#4700AE'

red 71 ◦ green 0 ◦ blue 174

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

Shades of Indigo #4700AE

Tints of Indigo #4700AE

RGB

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

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

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

R = 28.98%
G = 0%
B = 71.02%

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

#4700AE (or 0x4700AE) is known color: Indigo. HEX triplet: 47, 00 and AE. RGB value is (71,0,174). Sum of RGB (Red+Green+Blue) = 71+0+174=245 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.98% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 174 (68.36% from 255 or 71.02% from 245); Max value from RGB is 174 - color contains mainly: blue. Hex color #4700AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4700AE is #B8FF51. Grayscale: #282828. Windows color (decimal): -12123986 or 11403335. OLE color: 11403335.

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

Color convert

RGB 71 0 174 -
CMYK 0.59 1 0 0.32
HSL 264.48º 1% 0.34% -
HSV(B) 264.48º 1% 0.68% -
XYZ 10.24 4.4 40.35 -
YUV 41.07 203.02 149.35 -
System Red Green Blue C M Y K H S L
Decimal 71 0 174 0.59 1 0 0.32 264.48 1 0.34
Hex 47 0 AE 3B 64 0 20 108 64 22
Octal 107 0 256 73 144 0 40 410 144 42
Binary 1000111 0 10101110 111011 1100100 0 100000 100001000 1100100 100010

Color Harmonies of #4700AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4700AE

Black with #4700AE

Text Example


Text Example

White with #4700AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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