Html Css Color HEX #4901AA Indigo

📋 copy color: '#4901AA'

red 73 ◦ green 1 ◦ blue 170

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

Shades of Indigo #4901AA

Tints of Indigo #4901AA

RGB

 RED value IS 73 (28.91% from 255) = 29.92%

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 29.92%
G = 0.41%
B = 69.67%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4901AA (or 0x4901AA) is known color: Indigo. HEX triplet: 49, 01 and AA. RGB value is (73,1,170). Sum of RGB (Red+Green+Blue) = 73+1+170=244 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.92% from 244); Green value is 1 (0.78% from 255 or 0.41% 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 #4901AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4901AA is #B6FE55. Grayscale: #292929. Windows color (decimal): -11992662 or 11141449. OLE color: 11141449.

HSL color Cylindrical-coordinate representation of color #4901AA: hue angle of 265.56º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4901AA is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 1 170 -
CMYK 0.57 0.99 0 0.33
HSL 265.56º 0.99% 0.34% -
HSV(B) 265.56º 0.99% 0.67% -
XYZ 10.01 4.34 38.34 -
YUV 41.79 200.35 150.26 -
System Red Green Blue C M Y K H S L
Decimal 73 1 170 0.57 0.99 0 0.33 265.56 0.99 0.34
Hex 49 1 AA 39 63 0 21 10A 63 22
Octal 111 1 252 71 143 0 41 412 143 42
Binary 1001001 1 10101010 111001 1100011 0 100001 100001010 1100011 100010

Color Harmonies of #4901AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4901AA

Black with #4901AA

Text Example


Text Example

White with #4901AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4901AA; }

 p { color: rgb(73,1,170); }

 H1.HeaderClassName
 {
   color: #4901AA;
 }
 .AnyTagClassName
 {
   color: #4901AA;
 }
</style>

background-color css

<style>
 a { background-color: #4901AA; }

 a { background-color: rgb(73,1,170); }

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

border-color css

<style>
 span { border-color: #4901AA; }

 span { border-color: rgb(73,1,170); }

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