Html Css Color HEX #511174 Indigo

📋 copy color: '#511174'

red 81 ◦ green 17 ◦ blue 116

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

Shades of Indigo #511174

Tints of Indigo #511174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 37.85%
G = 7.94%
B = 54.21%

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

#511174 (or 0x511174) is known color: Indigo. HEX triplet: 51, 11 and 74. RGB value is (81,17,116). Sum of RGB (Red+Green+Blue) = 81+17+116=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #511174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511174 is #AEEE8B. Grayscale: #2F2F2F. Windows color (decimal): -11464332 or 7606609. OLE color: 7606609.

HSL color Cylindrical-coordinate representation of color #511174: hue angle of 278.79º 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 #511174 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 17 116 -
CMYK 0.30 0.85 0 0.55
HSL 278.79º 0.74% 0.26% -
HSV(B) 278.79º 0.85% 0.45% -
XYZ 6.75 3.41 16.83 -
YUV 47.42 166.7 151.95 -
System Red Green Blue C M Y K H S L
Decimal 81 17 116 0.30 0.85 0 0.55 278.79 0.74 0.26
Hex 51 11 74 1E 55 0 37 117 4A 1A
Octal 121 21 164 36 125 0 67 427 112 32
Binary 1010001 10001 1110100 11110 1010101 0 110111 100010111 1001010 11010

Color Harmonies of #511174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511174

Black with #511174

Text Example


Text Example

White with #511174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511174; }

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

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

background-color css

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

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

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

border-color css

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

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

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