Html Css Color HEX #4A0AAC Indigo

📋 copy color: '#4A0AAC'

red 74 ◦ green 10 ◦ blue 172

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

Shades of Indigo #4A0AAC

Tints of Indigo #4A0AAC

RGB

 RED value IS 74 (29.3% from 255) = 28.91%

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

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

R = 28.91%
G = 3.91%
B = 67.19%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A0AAC (or 0x4A0AAC) is known color: Indigo. HEX triplet: 4A, 0A and AC. RGB value is (74,10,172). Sum of RGB (Red+Green+Blue) = 74+10+172=256 (33% of max value = 765). Red value is 74 (29.30% from 255 or 28.91% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A0AAC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0AAC is #B5F553. Grayscale: #2F2F2F. Windows color (decimal): -11924820 or 11274826. OLE color: 11274826.

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

Color convert

RGB 74 10 172 -
CMYK 0.57 0.94 0 0.33
HSL 263.7º 0.89% 0.36% -
HSV(B) 263.7º 0.94% 0.67% -
XYZ 10.38 4.65 39.38 -
YUV 47.6 198.2 146.83 -
System Red Green Blue C M Y K H S L
Decimal 74 10 172 0.57 0.94 0 0.33 263.7 0.89 0.36
Hex 4A A AC 39 5E 0 21 108 59 24
Octal 112 12 254 71 136 0 41 410 131 44
Binary 1001010 1010 10101100 111001 1011110 0 100001 100001000 1011001 100100

Color Harmonies of #4A0AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0AAC

Black with #4A0AAC

Text Example


Text Example

White with #4A0AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,10,172); }

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

background-color css

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

 a { background-color: rgb(74,10,172); }

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

border-color css

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

 span { border-color: rgb(74,10,172); }

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