Html Css Color HEX #511072 Indigo

📋 copy color: '#511072'

red 81 ◦ green 16 ◦ blue 114

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

Shades of Indigo #511072

Tints of Indigo #511072

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.58%

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

R = 38.39%
G = 7.58%
B = 54.03%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511072 (or 0x511072) is known color: Indigo. HEX triplet: 51, 10 and 72. RGB value is (81,16,114). Sum of RGB (Red+Green+Blue) = 81+16+114=211 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.39% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #511072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511072 is #AEEF8D. Grayscale: #2E2E2E. Windows color (decimal): -11464590 or 7475281. OLE color: 7475281.

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

Color convert

RGB 81 16 114 -
CMYK 0.29 0.86 0 0.55
HSL 279.8º 0.75% 0.25% -
HSV(B) 279.8º 0.86% 0.45% -
XYZ 6.62 3.33 16.21 -
YUV 46.61 166.03 152.53 -
System Red Green Blue C M Y K H S L
Decimal 81 16 114 0.29 0.86 0 0.55 279.8 0.75 0.25
Hex 51 10 72 1D 56 0 37 118 4B 19
Octal 121 20 162 35 126 0 67 430 113 31
Binary 1010001 10000 1110010 11101 1010110 0 110111 100011000 1001011 11001

Color Harmonies of #511072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511072

Black with #511072

Text Example


Text Example

White with #511072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511072; }

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

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

background-color css

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

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

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

border-color css

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

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

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