Html Css Color HEX #4A0EAA Indigo

📋 copy color: '#4A0EAA'

red 74 ◦ green 14 ◦ blue 170

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

Shades of Indigo #4A0EAA

Tints of Indigo #4A0EAA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.43%

 BLUE value IS 170 (66.8% from 255) = 65.89%

R = 28.68%
G = 5.43%
B = 65.89%

CMYK

 C value IS 0.56

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A0EAA (or 0x4A0EAA) is known color: Indigo. HEX triplet: 4A, 0E and AA. RGB value is (74,14,170). Sum of RGB (Red+Green+Blue) = 74+14+170=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 170 (66.80% from 255 or 65.89% from 258); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A0EAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A0EAA is #B5F155. Grayscale: #313131. Windows color (decimal): -11923798 or 11144778. OLE color: 11144778.

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

Color convert

RGB 74 14 170 -
CMYK 0.56 0.92 0 0.33
HSL 263.08º 0.85% 0.36% -
HSV(B) 263.08º 0.92% 0.67% -
XYZ 10.24 4.67 38.39 -
YUV 49.72 195.88 145.32 -
System Red Green Blue C M Y K H S L
Decimal 74 14 170 0.56 0.92 0 0.33 263.08 0.85 0.36
Hex 4A E AA 38 5C 0 21 107 55 24
Octal 112 16 252 70 134 0 41 407 125 44
Binary 1001010 1110 10101010 111000 1011100 0 100001 100000111 1010101 100100

Color Harmonies of #4A0EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0EAA

Black with #4A0EAA

Text Example


Text Example

White with #4A0EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,14,170); }

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

background-color css

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

 a { background-color: rgb(74,14,170); }

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

border-color css

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

 span { border-color: rgb(74,14,170); }

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