Html Css Color HEX #5008AB Indigo

📋 copy color: '#5008AB'

red 80 ◦ green 8 ◦ blue 171

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

Shades of Indigo #5008AB

Tints of Indigo #5008AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 66.02%

R = 30.89%
G = 3.09%
B = 66.02%

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

#5008AB (or 0x5008AB) is known color: Indigo. HEX triplet: 50, 08 and AB. RGB value is (80,8,171). Sum of RGB (Red+Green+Blue) = 80+8+171=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #5008AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5008AB is #AFF754. Grayscale: #2F2F2F. Windows color (decimal): -11532117 or 11208784. OLE color: 11208784.

HSL color Cylindrical-coordinate representation of color #5008AB: hue angle of 266.5º 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 #5008AB is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 80 8 171 -
CMYK 0.53 0.95 0 0.33
HSL 266.5º 0.91% 0.35% -
HSV(B) 266.5º 0.95% 0.67% -
XYZ 10.75 4.82 38.89 -
YUV 48.11 197.35 150.75 -
System Red Green Blue C M Y K H S L
Decimal 80 8 171 0.53 0.95 0 0.33 266.5 0.91 0.35
Hex 50 8 AB 35 5F 0 21 10B 5B 23
Octal 120 10 253 65 137 0 41 413 133 43
Binary 1010000 1000 10101011 110101 1011111 0 100001 100001011 1011011 100011

Color Harmonies of #5008AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5008AB

Black with #5008AB

Text Example


Text Example

White with #5008AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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