Html Css Color HEX #511786 Indigo

📋 copy color: '#511786'

red 81 ◦ green 23 ◦ blue 134

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

Shades of Indigo #511786

Tints of Indigo #511786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.66%

 BLUE value IS 134 (52.73% from 255) = 56.3%

R = 34.03%
G = 9.66%
B = 56.3%

CMYK

 C value IS 0.40

 M value IS 0.83

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#511786 (or 0x511786) is known color: Indigo. HEX triplet: 51, 17 and 86. RGB value is (81,23,134). Sum of RGB (Red+Green+Blue) = 81+23+134=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #511786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511786 is #AEE879. Grayscale: #343434. Windows color (decimal): -11462778 or 8787793. OLE color: 8787793.

HSL color Cylindrical-coordinate representation of color #511786: hue angle of 271.35º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #511786 is Cyan = 0.40, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 81 23 134 -
CMYK 0.40 0.83 0 0.47
HSL 271.35º 0.71% 0.31% -
HSV(B) 271.35º 0.83% 0.53% -
XYZ 8 4.08 22.92 -
YUV 53 173.72 147.97 -
System Red Green Blue C M Y K H S L
Decimal 81 23 134 0.40 0.83 0 0.47 271.35 0.71 0.31
Hex 51 17 86 28 53 0 2F 10F 47 1F
Octal 121 27 206 50 123 0 57 417 107 37
Binary 1010001 10111 10000110 101000 1010011 0 101111 100001111 1000111 11111

Color Harmonies of #511786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511786

Black with #511786

Text Example


Text Example

White with #511786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511786; }

 p { color: rgb(81,23,134); }

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

background-color css

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

 a { background-color: rgb(81,23,134); }

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

border-color css

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

 span { border-color: rgb(81,23,134); }

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