Html Css Color HEX #4C0AAD Indigo

📋 copy color: '#4C0AAD'

red 76 ◦ green 10 ◦ blue 173

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

Shades of Indigo #4C0AAD

Tints of Indigo #4C0AAD

RGB

 RED value IS 76 (30.08% from 255) = 29.34%

 GREEN value IS 10 (4.3% from 255) = 3.86%

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

R = 29.34%
G = 3.86%
B = 66.8%

CMYK

 C value IS 0.56

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4C0AAD (or 0x4C0AAD) is known color: Indigo. HEX triplet: 4C, 0A and AD. RGB value is (76,10,173). Sum of RGB (Red+Green+Blue) = 76+10+173=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 10 (4.30% from 255 or 3.86% from 259); Blue value is 173 (67.97% from 255 or 66.80% from 259); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C0AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C0AAD is #B3F552. Grayscale: #2F2F2F. Windows color (decimal): -11793747 or 11340364. OLE color: 11340364.

HSL color Cylindrical-coordinate representation of color #4C0AAD: hue angle of 264.29º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4C0AAD is Cyan = 0.56, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 10 173 -
CMYK 0.56 0.94 0 0.32
HSL 264.29º 0.89% 0.36% -
HSV(B) 264.29º 0.94% 0.68% -
XYZ 10.63 4.77 39.9 -
YUV 48.32 198.37 147.75 -
System Red Green Blue C M Y K H S L
Decimal 76 10 173 0.56 0.94 0 0.32 264.29 0.89 0.36
Hex 4C A AD 38 5E 0 20 108 59 24
Octal 114 12 255 70 136 0 40 410 131 44
Binary 1001100 1010 10101101 111000 1011110 0 100000 100001000 1011001 100100

Color Harmonies of #4C0AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0AAD

Black with #4C0AAD

Text Example


Text Example

White with #4C0AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0AAD; }

 p { color: rgb(76,10,173); }

 H1.HeaderClassName
 {
   color: #4C0AAD;
 }
 .AnyTagClassName
 {
   color: #4C0AAD;
 }
</style>

background-color css

<style>
 a { background-color: #4C0AAD; }

 a { background-color: rgb(76,10,173); }

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

border-color css

<style>
 span { border-color: #4C0AAD; }

 span { border-color: rgb(76,10,173); }

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