Html Css Color HEX #511399 Indigo

📋 copy color: '#511399'

red 81 ◦ green 19 ◦ blue 153

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

Shades of Indigo #511399

Tints of Indigo #511399

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.51%

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

R = 32.02%
G = 7.51%
B = 60.47%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#511399 (or 0x511399) is known color: Indigo. HEX triplet: 51, 13 and 99. RGB value is (81,19,153). Sum of RGB (Red+Green+Blue) = 81+19+153=253 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.02% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #511399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511399 is #AEEC66. Grayscale: #343434. Windows color (decimal): -11463783 or 10031953. OLE color: 10031953.

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

Color convert

RGB 81 19 153 -
CMYK 0.47 0.88 0 0.4
HSL 267.76º 0.78% 0.34% -
HSV(B) 267.76º 0.88% 0.6% -
XYZ 9.38 4.51 30.51 -
YUV 52.81 184.54 148.1 -
System Red Green Blue C M Y K H S L
Decimal 81 19 153 0.47 0.88 0 0.4 267.76 0.78 0.34
Hex 51 13 99 2F 58 0 28 10C 4E 22
Octal 121 23 231 57 130 0 50 414 116 42
Binary 1010001 10011 10011001 101111 1011000 0 101000 100001100 1001110 100010

Color Harmonies of #511399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511399

Black with #511399

Text Example


Text Example

White with #511399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511399; }

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

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

background-color css

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

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

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

border-color css

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

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

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