Html Css Color HEX #511672 Indigo

📋 copy color: '#511672'

red 81 ◦ green 22 ◦ blue 114

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

Shades of Indigo #511672

Tints of Indigo #511672

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.14%

 BLUE value IS 114 (44.92% from 255) = 52.53%

R = 37.33%
G = 10.14%
B = 52.53%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511672 (or 0x511672) is known color: Indigo. HEX triplet: 51, 16 and 72. RGB value is (81,22,114). Sum of RGB (Red+Green+Blue) = 81+22+114=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #511672 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511672 is #AEE98D. Grayscale: #313131. Windows color (decimal): -11463054 or 7476817. OLE color: 7476817.

HSL color Cylindrical-coordinate representation of color #511672: hue angle of 278.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #511672 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 22 114 -
CMYK 0.29 0.81 0 0.55
HSL 278.48º 0.68% 0.27% -
HSV(B) 278.48º 0.81% 0.45% -
XYZ 6.72 3.54 16.25 -
YUV 50.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 81 22 114 0.29 0.81 0 0.55 278.48 0.68 0.27
Hex 51 16 72 1D 51 0 37 116 44 1B
Octal 121 26 162 35 121 0 67 426 104 33
Binary 1010001 10110 1110010 11101 1010001 0 110111 100010110 1000100 11011

Color Harmonies of #511672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511672

Black with #511672

Text Example


Text Example

White with #511672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511672; }

 p { color: rgb(81,22,114); }

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

background-color css

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

 a { background-color: rgb(81,22,114); }

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

border-color css

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

 span { border-color: rgb(81,22,114); }

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