Html Css Color HEX #5100AD Indigo

📋 copy color: '#5100AD'

red 81 ◦ green 0 ◦ blue 173

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

Shades of Indigo #5100AD

Tints of Indigo #5100AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 173 (67.97% from 255) = 68.11%

R = 31.89%
G = 0%
B = 68.11%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5100AD (or 0x5100AD) is known color: Indigo. HEX triplet: 51, 00 and AD. RGB value is (81,0,173). Sum of RGB (Red+Green+Blue) = 81+0+173=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 0 (0.39% from 255 or 0% from 254); Blue value is 173 (67.97% from 255 or 68.11% from 254); Max value from RGB is 173 - color contains mainly: blue. Hex color #5100AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5100AD is #AEFF52. Grayscale: #2B2B2B. Windows color (decimal): -11468627 or 11337809. OLE color: 11337809.

HSL color Cylindrical-coordinate representation of color #5100AD: hue angle of 268.09º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5100AD is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 81 0 173 -
CMYK 0.53 1 0 0.32
HSL 268.09º 1% 0.34% -
HSV(B) 268.09º 1% 0.68% -
XYZ 10.94 4.77 39.88 -
YUV 43.94 200.84 154.43 -
System Red Green Blue C M Y K H S L
Decimal 81 0 173 0.53 1 0 0.32 268.09 1 0.34
Hex 51 0 AD 35 64 0 20 10C 64 22
Octal 121 0 255 65 144 0 40 414 144 42
Binary 1010001 0 10101101 110101 1100100 0 100000 100001100 1100100 100010

Color Harmonies of #5100AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5100AD

Black with #5100AD

Text Example


Text Example

White with #5100AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5100AD; }

 p { color: rgb(81,0,173); }

 H1.HeaderClassName
 {
   color: #5100AD;
 }
 .AnyTagClassName
 {
   color: #5100AD;
 }
</style>

background-color css

<style>
 a { background-color: #5100AD; }

 a { background-color: rgb(81,0,173); }

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

border-color css

<style>
 span { border-color: #5100AD; }

 span { border-color: rgb(81,0,173); }

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