Html Css Color HEX #511789 Indigo

📋 copy color: '#511789'

red 81 ◦ green 23 ◦ blue 137

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

Shades of Indigo #511789

Tints of Indigo #511789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 56.85%

R = 33.61%
G = 9.54%
B = 56.85%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#511789 (or 0x511789) is known color: Indigo. HEX triplet: 51, 17 and 89. RGB value is (81,23,137). Sum of RGB (Red+Green+Blue) = 81+23+137=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #511789 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511789 is #AEE876. Grayscale: #343434. Windows color (decimal): -11462775 or 8984401. OLE color: 8984401.

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

Color convert

RGB 81 23 137 -
CMYK 0.41 0.83 0 0.46
HSL 270.53º 0.71% 0.31% -
HSV(B) 270.53º 0.83% 0.54% -
XYZ 8.22 4.17 24.04 -
YUV 53.34 175.22 147.73 -
System Red Green Blue C M Y K H S L
Decimal 81 23 137 0.41 0.83 0 0.46 270.53 0.71 0.31
Hex 51 17 89 29 53 0 2E 10F 47 1F
Octal 121 27 211 51 123 0 56 417 107 37
Binary 1010001 10111 10001001 101001 1010011 0 101110 100001111 1000111 11111

Color Harmonies of #511789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511789

Black with #511789

Text Example


Text Example

White with #511789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511789; }

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

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

background-color css

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

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

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

border-color css

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

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

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