Html Css Color HEX #5105AB Indigo

📋 copy color: '#5105AB'

red 81 ◦ green 5 ◦ blue 171

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

Shades of Indigo #5105AB

Tints of Indigo #5105AB

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.95%

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

R = 31.52%
G = 1.95%
B = 66.54%

CMYK

 C value IS 0.53

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5105AB (or 0x5105AB) is known color: Indigo. HEX triplet: 51, 05 and AB. RGB value is (81,5,171). Sum of RGB (Red+Green+Blue) = 81+5+171=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 171 (67.19% from 255 or 66.54% from 257); Max value from RGB is 171 - color contains mainly: blue. Hex color #5105AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5105AB is #AEFA54. Grayscale: #2E2E2E. Windows color (decimal): -11467349 or 11208017. OLE color: 11208017.

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

Color convert

RGB 81 5 171 -
CMYK 0.53 0.97 0 0.33
HSL 267.47º 0.94% 0.35% -
HSV(B) 267.47º 0.97% 0.67% -
XYZ 10.8 4.8 38.89 -
YUV 46.65 198.18 152.5 -
System Red Green Blue C M Y K H S L
Decimal 81 5 171 0.53 0.97 0 0.33 267.47 0.94 0.35
Hex 51 5 AB 35 61 0 21 10B 5E 23
Octal 121 5 253 65 141 0 41 413 136 43
Binary 1010001 101 10101011 110101 1100001 0 100001 100001011 1011110 100011

Color Harmonies of #5105AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5105AB

Black with #5105AB

Text Example


Text Example

White with #5105AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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