Html Css Color HEX #511799 Indigo

📋 copy color: '#511799'

red 81 ◦ green 23 ◦ blue 153

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

Shades of Indigo #511799

Tints of Indigo #511799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 31.52%
G = 8.95%
B = 59.53%

CMYK

 C value IS 0.47

 M value IS 0.85

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511799 (or 0x511799) is known color: Indigo. HEX triplet: 51, 17 and 99. RGB value is (81,23,153). Sum of RGB (Red+Green+Blue) = 81+23+153=257 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.52% from 257); Green value is 23 (9.38% from 255 or 8.95% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #511799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511799 is #AEE866. Grayscale: #363636. Windows color (decimal): -11462759 or 10032977. OLE color: 10032977.

HSL color Cylindrical-coordinate representation of color #511799: hue angle of 266.77º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #511799 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 23 153 -
CMYK 0.47 0.85 0 0.4
HSL 266.77º 0.74% 0.35% -
HSV(B) 266.77º 0.85% 0.6% -
XYZ 9.45 4.66 30.54 -
YUV 55.16 183.22 146.43 -
System Red Green Blue C M Y K H S L
Decimal 81 23 153 0.47 0.85 0 0.4 266.77 0.74 0.35
Hex 51 17 99 2F 55 0 28 10B 4A 23
Octal 121 27 231 57 125 0 50 413 112 43
Binary 1010001 10111 10011001 101111 1010101 0 101000 100001011 1001010 100011

Color Harmonies of #511799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511799

Black with #511799

Text Example


Text Example

White with #511799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511799; }

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

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

background-color css

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

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

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

border-color css

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

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

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