Html Css Color HEX #511375 Indigo

📋 copy color: '#511375'

red 81 ◦ green 19 ◦ blue 117

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

Shades of Indigo #511375

Tints of Indigo #511375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.76%

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

R = 37.33%
G = 8.76%
B = 53.92%

CMYK

 C value IS 0.31

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#511375 (or 0x511375) is known color: Indigo. HEX triplet: 51, 13 and 75. RGB value is (81,19,117). Sum of RGB (Red+Green+Blue) = 81+19+117=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 19 (7.81% from 255 or 8.76% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #511375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511375 is #AEEC8A. Grayscale: #303030. Windows color (decimal): -11463819 or 7672657. OLE color: 7672657.

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

Color convert

RGB 81 19 117 -
CMYK 0.31 0.84 0 0.54
HSL 277.96º 0.72% 0.27% -
HSV(B) 277.96º 0.84% 0.46% -
XYZ 6.84 3.5 17.14 -
YUV 48.71 166.54 151.03 -
System Red Green Blue C M Y K H S L
Decimal 81 19 117 0.31 0.84 0 0.54 277.96 0.72 0.27
Hex 51 13 75 1F 54 0 36 116 48 1B
Octal 121 23 165 37 124 0 66 426 110 33
Binary 1010001 10011 1110101 11111 1010100 0 110110 100010110 1001000 11011

Color Harmonies of #511375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511375

Black with #511375

Text Example


Text Example

White with #511375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511375; }

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

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

background-color css

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

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

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

border-color css

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

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

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