Html Css Color HEX #4705AE Indigo

📋 copy color: '#4705AE'

red 71 ◦ green 5 ◦ blue 174

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

Shades of Indigo #4705AE

Tints of Indigo #4705AE

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 28.4%
G = 2%
B = 69.6%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4705AE (or 0x4705AE) is known color: Indigo. HEX triplet: 47, 05 and AE. RGB value is (71,5,174). Sum of RGB (Red+Green+Blue) = 71+5+174=250 (33% of max value = 765). Red value is 71 (28.12% from 255 or 28.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 174 (68.36% from 255 or 69.6% from 250); Max value from RGB is 174 - color contains mainly: blue. Hex color #4705AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4705AE is #B8FA51. Grayscale: #2B2B2B. Windows color (decimal): -12122706 or 11404615. OLE color: 11404615.

HSL color Cylindrical-coordinate representation of color #4705AE: hue angle of 263.43º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4705AE is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 71 5 174 -
CMYK 0.59 0.97 0 0.32
HSL 263.43º 0.94% 0.35% -
HSV(B) 263.43º 0.97% 0.68% -
XYZ 10.29 4.5 40.37 -
YUV 44 201.37 147.26 -
System Red Green Blue C M Y K H S L
Decimal 71 5 174 0.59 0.97 0 0.32 263.43 0.94 0.35
Hex 47 5 AE 3B 61 0 20 107 5E 23
Octal 107 5 256 73 141 0 40 407 136 43
Binary 1000111 101 10101110 111011 1100001 0 100000 100000111 1011110 100011

Color Harmonies of #4705AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4705AE

Black with #4705AE

Text Example


Text Example

White with #4705AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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