Html Css Color HEX #5108AB Indigo

📋 copy color: '#5108AB'

red 81 ◦ green 8 ◦ blue 171

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

Shades of Indigo #5108AB

Tints of Indigo #5108AB

RGB

 RED value IS 81 (32.03% from 255) = 31.15%

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

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

R = 31.15%
G = 3.08%
B = 65.77%

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

#5108AB (or 0x5108AB) is known color: Indigo. HEX triplet: 51, 08 and AB. RGB value is (81,8,171). Sum of RGB (Red+Green+Blue) = 81+8+171=260 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.15% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 171 (67.19% from 255 or 65.77% from 260); Max value from RGB is 171 - color contains mainly: blue. Hex color #5108AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5108AB is #AEF754. Grayscale: #2F2F2F. Windows color (decimal): -11466581 or 11208785. OLE color: 11208785.

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

Color convert

RGB 81 8 171 -
CMYK 0.53 0.95 0 0.33
HSL 266.87º 0.91% 0.35% -
HSV(B) 266.87º 0.95% 0.67% -
XYZ 10.83 4.86 38.9 -
YUV 48.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 81 8 171 0.53 0.95 0 0.33 266.87 0.91 0.35
Hex 51 8 AB 35 5F 0 21 10B 5B 23
Octal 121 10 253 65 137 0 41 413 133 43
Binary 1010001 1000 10101011 110101 1011111 0 100001 100001011 1011011 100011

Color Harmonies of #5108AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5108AB

Black with #5108AB

Text Example


Text Example

White with #5108AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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