Html Css Color HEX #4705AC Indigo

📋 copy color: '#4705AC'

red 71 ◦ green 5 ◦ blue 172

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

Shades of Indigo #4705AC

Tints of Indigo #4705AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 69.35%

R = 28.63%
G = 2.02%
B = 69.35%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4705AC (or 0x4705AC) is known color: Indigo. HEX triplet: 47, 05 and AC. RGB value is (71,5,172). Sum of RGB (Red+Green+Blue) = 71+5+172=248 (32% of max value = 765). Red value is 71 (28.12% from 255 or 28.63% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #4705AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4705AC is #B8FA53. Grayscale: #2B2B2B. Windows color (decimal): -12122708 or 11273543. OLE color: 11273543.

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

Color convert

RGB 71 5 172 -
CMYK 0.59 0.97 0 0.33
HSL 263.71º 0.94% 0.35% -
HSV(B) 263.71º 0.97% 0.67% -
XYZ 10.1 4.43 39.35 -
YUV 43.77 200.37 147.42 -
System Red Green Blue C M Y K H S L
Decimal 71 5 172 0.59 0.97 0 0.33 263.71 0.94 0.35
Hex 47 5 AC 3B 61 0 21 108 5E 23
Octal 107 5 254 73 141 0 41 410 136 43
Binary 1000111 101 10101100 111011 1100001 0 100001 100001000 1011110 100011

Color Harmonies of #4705AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4705AC

Black with #4705AC

Text Example


Text Example

White with #4705AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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