Html Css Color HEX #4806AC Indigo

📋 copy color: '#4806AC'

red 72 ◦ green 6 ◦ blue 172

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

Shades of Indigo #4806AC

Tints of Indigo #4806AC

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 28.8%
G = 2.4%
B = 68.8%

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

#4806AC (or 0x4806AC) is known color: Indigo. HEX triplet: 48, 06 and AC. RGB value is (72,6,172). Sum of RGB (Red+Green+Blue) = 72+6+172=250 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #4806AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4806AC is #B7F953. Grayscale: #2C2C2C. Windows color (decimal): -12056916 or 11273800. OLE color: 11273800.

HSL color Cylindrical-coordinate representation of color #4806AC: hue angle of 263.86º degrees, saturation: 0.93, 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 #4806AC is Cyan = 0.58, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 72 6 172 -
CMYK 0.58 0.97 0 0.33
HSL 263.86º 0.93% 0.35% -
HSV(B) 263.86º 0.97% 0.67% -
XYZ 10.18 4.49 39.36 -
YUV 44.66 199.87 147.5 -
System Red Green Blue C M Y K H S L
Decimal 72 6 172 0.58 0.97 0 0.33 263.86 0.93 0.35
Hex 48 6 AC 3A 61 0 21 108 5D 23
Octal 110 6 254 72 141 0 41 410 135 43
Binary 1001000 110 10101100 111010 1100001 0 100001 100001000 1011101 100011

Color Harmonies of #4806AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4806AC

Black with #4806AC

Text Example


Text Example

White with #4806AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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