Html Css Color HEX #4900AD Indigo

📋 copy color: '#4900AD'

red 73 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4900AD

Tints of Indigo #4900AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 70.33%

R = 29.67%
G = 0%
B = 70.33%

CMYK

 C value IS 0.58

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4900AD (or 0x4900AD) is known color: Indigo. HEX triplet: 49, 00 and AD. RGB value is (73,0,173). Sum of RGB (Red+Green+Blue) = 73+0+173=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 0 (0.39% from 255 or 0% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #4900AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4900AD is #B6FF52. Grayscale: #282828. Windows color (decimal): -11992915 or 11337801. OLE color: 11337801.

HSL color Cylindrical-coordinate representation of color #4900AD: hue angle of 265.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4900AD is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 0 173 -
CMYK 0.58 1 0 0.32
HSL 265.32º 1% 0.34% -
HSV(B) 265.32º 1% 0.68% -
XYZ 10.29 4.43 39.85 -
YUV 41.55 202.18 150.43 -
System Red Green Blue C M Y K H S L
Decimal 73 0 173 0.58 1 0 0.32 265.32 1 0.34
Hex 49 0 AD 3A 64 0 20 109 64 22
Octal 111 0 255 72 144 0 40 411 144 42
Binary 1001001 0 10101101 111010 1100100 0 100000 100001001 1100100 100010

Color Harmonies of #4900AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4900AD

Black with #4900AD

Text Example


Text Example

White with #4900AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4900AD; }

 p { color: rgb(73,0,173); }

 H1.HeaderClassName
 {
   color: #4900AD;
 }
 .AnyTagClassName
 {
   color: #4900AD;
 }
</style>

background-color css

<style>
 a { background-color: #4900AD; }

 a { background-color: rgb(73,0,173); }

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

border-color css

<style>
 span { border-color: #4900AD; }

 span { border-color: rgb(73,0,173); }

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