Html Css Color HEX #5008AC Indigo

📋 copy color: '#5008AC'

red 80 ◦ green 8 ◦ blue 172

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

Shades of Indigo #5008AC

Tints of Indigo #5008AC

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.08%

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

R = 30.77%
G = 3.08%
B = 66.15%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5008AC (or 0x5008AC) is known color: Indigo. HEX triplet: 50, 08 and AC. RGB value is (80,8,172). Sum of RGB (Red+Green+Blue) = 80+8+172=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 172 (67.58% from 255 or 66.15% from 260); Max value from RGB is 172 - color contains mainly: blue. Hex color #5008AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AC is #AFF753. Grayscale: #2F2F2F. Windows color (decimal): -11532116 or 11274320. OLE color: 11274320.

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

Color convert

RGB 80 8 172 -
CMYK 0.53 0.95 0 0.33
HSL 266.34º 0.91% 0.35% -
HSV(B) 266.34º 0.95% 0.67% -
XYZ 10.84 4.86 39.4 -
YUV 48.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 80 8 172 0.53 0.95 0 0.33 266.34 0.91 0.35
Hex 50 8 AC 35 5F 0 21 10A 5B 23
Octal 120 10 254 65 137 0 41 412 133 43
Binary 1010000 1000 10101100 110101 1011111 0 100001 100001010 1011011 100011

Color Harmonies of #5008AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008AC

Black with #5008AC

Text Example


Text Example

White with #5008AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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