Html Css Color HEX #4800AD Indigo

📋 copy color: '#4800AD'

red 72 ◦ green 0 ◦ blue 173

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

Shades of Indigo #4800AD

Tints of Indigo #4800AD

RGB

 RED value IS 72 (28.52% from 255) = 29.39%

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

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

R = 29.39%
G = 0%
B = 70.61%

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

#4800AD (or 0x4800AD) is known color: Indigo. HEX triplet: 48, 00 and AD. RGB value is (72,0,173). Sum of RGB (Red+Green+Blue) = 72+0+173=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 173 (67.97% from 255 or 70.61% from 245); Max value from RGB is 173 - color contains mainly: blue. Hex color #4800AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4800AD is #B7FF52. Grayscale: #282828. Windows color (decimal): -12058451 or 11337800. OLE color: 11337800.

HSL color Cylindrical-coordinate representation of color #4800AD: hue angle of 264.97º 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 #4800AD is Cyan = 0.58, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 72 0 173 -
CMYK 0.58 1 0 0.32
HSL 264.97º 1% 0.34% -
HSV(B) 264.97º 1% 0.68% -
XYZ 10.22 4.39 39.85 -
YUV 41.25 202.35 149.93 -
System Red Green Blue C M Y K H S L
Decimal 72 0 173 0.58 1 0 0.32 264.97 1 0.34
Hex 48 0 AD 3A 64 0 20 109 64 22
Octal 110 0 255 72 144 0 40 411 144 42
Binary 1001000 0 10101101 111010 1100100 0 100000 100001001 1100100 100010

Color Harmonies of #4800AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4800AD

Black with #4800AD

Text Example


Text Example

White with #4800AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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