Html Css Color HEX #4A0AAE Indigo

📋 copy color: '#4A0AAE'

red 74 ◦ green 10 ◦ blue 174

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

Shades of Indigo #4A0AAE

Tints of Indigo #4A0AAE

RGB

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

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

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

R = 28.68%
G = 3.88%
B = 67.44%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A0AAE (or 0x4A0AAE) is known color: Indigo. HEX triplet: 4A, 0A and AE. RGB value is (74,10,174). Sum of RGB (Red+Green+Blue) = 74+10+174=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 174 (68.36% from 255 or 67.44% from 258); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A0AAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0AAE is #B5F551. Grayscale: #2F2F2F. Windows color (decimal): -11924818 or 11405898. OLE color: 11405898.

HSL color Cylindrical-coordinate representation of color #4A0AAE: hue angle of 263.41º 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 #4A0AAE is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 10 174 -
CMYK 0.57 0.94 0 0.32
HSL 263.41º 0.89% 0.36% -
HSV(B) 263.41º 0.94% 0.68% -
XYZ 10.57 4.73 40.4 -
YUV 47.83 199.2 146.66 -
System Red Green Blue C M Y K H S L
Decimal 74 10 174 0.57 0.94 0 0.32 263.41 0.89 0.36
Hex 4A A AE 39 5E 0 20 107 59 24
Octal 112 12 256 71 136 0 40 407 131 44
Binary 1001010 1010 10101110 111001 1011110 0 100000 100000111 1011001 100100

Color Harmonies of #4A0AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0AAE

Black with #4A0AAE

Text Example


Text Example

White with #4A0AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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