Html Css Color HEX #511175 Indigo

📋 copy color: '#511175'

red 81 ◦ green 17 ◦ blue 117

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

Shades of Indigo #511175

Tints of Indigo #511175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.42%

R = 37.67%
G = 7.91%
B = 54.42%

CMYK

 C value IS 0.31

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511175 (or 0x511175) is known color: Indigo. HEX triplet: 51, 11 and 75. RGB value is (81,17,117). Sum of RGB (Red+Green+Blue) = 81+17+117=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 117 (46.09% from 255 or 54.42% from 215); Max value from RGB is 117 - color contains mainly: blue. Hex color #511175 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511175 is #AEEE8A. Grayscale: #2F2F2F. Windows color (decimal): -11464331 or 7672145. OLE color: 7672145.

HSL color Cylindrical-coordinate representation of color #511175: hue angle of 278.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511175 is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 81 17 117 -
CMYK 0.31 0.85 0 0.54
HSL 278.4º 0.75% 0.26% -
HSV(B) 278.4º 0.85% 0.46% -
XYZ 6.8 3.43 17.13 -
YUV 47.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 81 17 117 0.31 0.85 0 0.54 278.4 0.75 0.26
Hex 51 11 75 1F 55 0 36 116 4B 1A
Octal 121 21 165 37 125 0 66 426 113 32
Binary 1010001 10001 1110101 11111 1010101 0 110110 100010110 1001011 11010

Color Harmonies of #511175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511175

Black with #511175

Text Example


Text Example

White with #511175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511175; }

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

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

background-color css

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

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

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

border-color css

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

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

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