Html Css Color HEX #511173 Indigo

📋 copy color: '#511173'

red 81 ◦ green 17 ◦ blue 115

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

Shades of Indigo #511173

Tints of Indigo #511173

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.98%

 BLUE value IS 115 (45.31% from 255) = 53.99%

R = 38.03%
G = 7.98%
B = 53.99%

CMYK

 C value IS 0.30

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511173 (or 0x511173) is known color: Indigo. HEX triplet: 51, 11 and 73. RGB value is (81,17,115). Sum of RGB (Red+Green+Blue) = 81+17+115=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 17 (7.03% from 255 or 7.98% from 213); Blue value is 115 (45.31% from 255 or 53.99% from 213); Max value from RGB is 115 - color contains mainly: blue. Hex color #511173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511173 is #AEEE8C. Grayscale: #2E2E2E. Windows color (decimal): -11464333 or 7541073. OLE color: 7541073.

HSL color Cylindrical-coordinate representation of color #511173: hue angle of 279.18º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511173 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 17 115 -
CMYK 0.30 0.85 0 0.55
HSL 279.18º 0.74% 0.26% -
HSV(B) 279.18º 0.85% 0.45% -
XYZ 6.69 3.39 16.52 -
YUV 47.31 166.2 152.03 -
System Red Green Blue C M Y K H S L
Decimal 81 17 115 0.30 0.85 0 0.55 279.18 0.74 0.26
Hex 51 11 73 1E 55 0 37 117 4A 1A
Octal 121 21 163 36 125 0 67 427 112 32
Binary 1010001 10001 1110011 11110 1010101 0 110111 100010111 1001010 11010

Color Harmonies of #511173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511173

Black with #511173

Text Example


Text Example

White with #511173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511173; }

 p { color: rgb(81,17,115); }

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

background-color css

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

 a { background-color: rgb(81,17,115); }

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

border-color css

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

 span { border-color: rgb(81,17,115); }

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