Html Css Color HEX #5004AC Indigo

📋 copy color: '#5004AC'

red 80 ◦ green 4 ◦ blue 172

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

Shades of Indigo #5004AC

Tints of Indigo #5004AC

RGB

 RED value IS 80 (31.64% from 255) = 31.25%

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

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

R = 31.25%
G = 1.56%
B = 67.19%

CMYK

 C value IS 0.53

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5004AC (or 0x5004AC) is known color: Indigo. HEX triplet: 50, 04 and AC. RGB value is (80,4,172). Sum of RGB (Red+Green+Blue) = 80+4+172=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 172 (67.58% from 255 or 67.19% from 256); Max value from RGB is 172 - color contains mainly: blue. Hex color #5004AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5004AC is #AFFB53. Grayscale: #2D2D2D. Windows color (decimal): -11533140 or 11273296. OLE color: 11273296.

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

Color convert

RGB 80 4 172 -
CMYK 0.53 0.98 0 0.33
HSL 267.14º 0.95% 0.35% -
HSV(B) 267.14º 0.98% 0.67% -
XYZ 10.8 4.77 39.38 -
YUV 45.88 199.18 152.34 -
System Red Green Blue C M Y K H S L
Decimal 80 4 172 0.53 0.98 0 0.33 267.14 0.95 0.35
Hex 50 4 AC 35 62 0 21 10B 5F 23
Octal 120 4 254 65 142 0 41 413 137 43
Binary 1010000 100 10101100 110101 1100010 0 100001 100001011 1011111 100011

Color Harmonies of #5004AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5004AC

Black with #5004AC

Text Example


Text Example

White with #5004AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,4,172); }

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

background-color css

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

 a { background-color: rgb(80,4,172); }

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

border-color css

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

 span { border-color: rgb(80,4,172); }

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