Html Css Color HEX #5109AD Indigo

📋 copy color: '#5109AD'

red 81 ◦ green 9 ◦ blue 173

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

Shades of Indigo #5109AD

Tints of Indigo #5109AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.42%

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

R = 30.8%
G = 3.42%
B = 65.78%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5109AD (or 0x5109AD) is known color: Indigo. HEX triplet: 51, 09 and AD. RGB value is (81,9,173). Sum of RGB (Red+Green+Blue) = 81+9+173=263 (34% of max value = 765). Red value is 81 (32.03% from 255 or 30.80% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 173 (67.97% from 255 or 65.78% from 263); Max value from RGB is 173 - color contains mainly: blue. Hex color #5109AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5109AD is #AEF652. Grayscale: #303030. Windows color (decimal): -11466323 or 11340113. OLE color: 11340113.

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

Color convert

RGB 81 9 173 -
CMYK 0.53 0.95 0 0.32
HSL 266.34º 0.9% 0.36% -
HSV(B) 266.34º 0.95% 0.68% -
XYZ 11.03 4.96 39.91 -
YUV 49.22 197.85 150.66 -
System Red Green Blue C M Y K H S L
Decimal 81 9 173 0.53 0.95 0 0.32 266.34 0.9 0.36
Hex 51 9 AD 35 5F 0 20 10A 5A 24
Octal 121 11 255 65 137 0 40 412 132 44
Binary 1010001 1001 10101101 110101 1011111 0 100000 100001010 1011010 100100

Color Harmonies of #5109AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5109AD

Black with #5109AD

Text Example


Text Example

White with #5109AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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