Html Css Color HEX #4A00AA Indigo

📋 copy color: '#4A00AA'

red 74 ◦ green 0 ◦ blue 170

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

Shades of Indigo #4A00AA

Tints of Indigo #4A00AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 30.33%
G = 0%
B = 69.67%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A00AA (or 0x4A00AA) is known color: Indigo. HEX triplet: 4A, 00 and AA. RGB value is (74,0,170). Sum of RGB (Red+Green+Blue) = 74+0+170=244 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.33% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 170 (66.80% from 255 or 69.67% from 244); Max value from RGB is 170 - color contains mainly: blue. Hex color #4A00AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4A00AA is #B5FF55. Grayscale: #282828. Windows color (decimal): -11927382 or 11141194. OLE color: 11141194.

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

Color convert

RGB 74 0 170 -
CMYK 0.56 1 0 0.33
HSL 266.12º 1% 0.33% -
HSV(B) 266.12º 1% 0.67% -
XYZ 10.08 4.36 38.34 -
YUV 41.51 200.52 151.18 -
System Red Green Blue C M Y K H S L
Decimal 74 0 170 0.56 1 0 0.33 266.12 1 0.33
Hex 4A 0 AA 38 64 0 21 10A 64 21
Octal 112 0 252 70 144 0 41 412 144 41
Binary 1001010 0 10101010 111000 1100100 0 100001 100001010 1100100 100001

Color Harmonies of #4A00AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A00AA

Black with #4A00AA

Text Example


Text Example

White with #4A00AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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