Html Css Color HEX #4804AD Indigo

📋 copy color: '#4804AD'

red 72 ◦ green 4 ◦ blue 173

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

Shades of Indigo #4804AD

Tints of Indigo #4804AD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 28.92%
G = 1.61%
B = 69.48%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4804AD (or 0x4804AD) is known color: Indigo. HEX triplet: 48, 04 and AD. RGB value is (72,4,173). Sum of RGB (Red+Green+Blue) = 72+4+173=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 173 (67.97% from 255 or 69.48% from 249); Max value from RGB is 173 - color contains mainly: blue. Hex color #4804AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4804AD is #B7FB52. Grayscale: #2A2A2A. Windows color (decimal): -12057427 or 11338824. OLE color: 11338824.

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

Color convert

RGB 72 4 173 -
CMYK 0.58 0.98 0 0.32
HSL 264.14º 0.95% 0.35% -
HSV(B) 264.14º 0.98% 0.68% -
XYZ 10.26 4.48 39.86 -
YUV 43.6 201.03 148.26 -
System Red Green Blue C M Y K H S L
Decimal 72 4 173 0.58 0.98 0 0.32 264.14 0.95 0.35
Hex 48 4 AD 3A 62 0 20 108 5F 23
Octal 110 4 255 72 142 0 40 410 137 43
Binary 1001000 100 10101101 111010 1100010 0 100000 100001000 1011111 100011

Color Harmonies of #4804AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4804AD

Black with #4804AD

Text Example


Text Example

White with #4804AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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