Html Css Color HEX #4805AC Indigo

📋 copy color: '#4805AC'

red 72 ◦ green 5 ◦ blue 172

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

Shades of Indigo #4805AC

Tints of Indigo #4805AC

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 172 (67.58% from 255) = 69.08%

R = 28.92%
G = 2.01%
B = 69.08%

CMYK

 C value IS 0.58

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4805AC (or 0x4805AC) is known color: Indigo. HEX triplet: 48, 05 and AC. RGB value is (72,5,172). Sum of RGB (Red+Green+Blue) = 72+5+172=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 172 (67.58% from 255 or 69.08% from 249); Max value from RGB is 172 - color contains mainly: blue. Hex color #4805AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4805AC is #B7FA53. Grayscale: #2B2B2B. Windows color (decimal): -12057172 or 11273544. OLE color: 11273544.

HSL color Cylindrical-coordinate representation of color #4805AC: hue angle of 264.07º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4805AC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 5 172 -
CMYK 0.58 0.97 0 0.33
HSL 264.07º 0.94% 0.35% -
HSV(B) 264.07º 0.97% 0.67% -
XYZ 10.17 4.46 39.36 -
YUV 44.07 200.2 147.92 -
System Red Green Blue C M Y K H S L
Decimal 72 5 172 0.58 0.97 0 0.33 264.07 0.94 0.35
Hex 48 5 AC 3A 61 0 21 108 5E 23
Octal 110 5 254 72 141 0 41 410 136 43
Binary 1001000 101 10101100 111010 1100001 0 100001 100001000 1011110 100011

Color Harmonies of #4805AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4805AC

Black with #4805AC

Text Example


Text Example

White with #4805AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4805AC; }

 p { color: rgb(72,5,172); }

 H1.HeaderClassName
 {
   color: #4805AC;
 }
 .AnyTagClassName
 {
   color: #4805AC;
 }
</style>

background-color css

<style>
 a { background-color: #4805AC; }

 a { background-color: rgb(72,5,172); }

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

border-color css

<style>
 span { border-color: #4805AC; }

 span { border-color: rgb(72,5,172); }

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