Html Css Color HEX #511299 Indigo

📋 copy color: '#511299'

red 81 ◦ green 18 ◦ blue 153

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

Shades of Indigo #511299

Tints of Indigo #511299

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.14%

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

R = 32.14%
G = 7.14%
B = 60.71%

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

#511299 (or 0x511299) is known color: Indigo. HEX triplet: 51, 12 and 99. RGB value is (81,18,153). Sum of RGB (Red+Green+Blue) = 81+18+153=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #511299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511299 is #AEED66. Grayscale: #333333. Windows color (decimal): -11464039 or 10031697. OLE color: 10031697.

HSL color Cylindrical-coordinate representation of color #511299: hue angle of 268º degrees, saturation: 0.79, 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 #511299 is Cyan = 0.47, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 18 153 -
CMYK 0.47 0.88 0 0.4
HSL 268º 0.79% 0.34% -
HSV(B) 268º 0.88% 0.6% -
XYZ 9.36 4.48 30.51 -
YUV 52.23 184.87 148.52 -
System Red Green Blue C M Y K H S L
Decimal 81 18 153 0.47 0.88 0 0.4 268 0.79 0.34
Hex 51 12 99 2F 58 0 28 10C 4F 22
Octal 121 22 231 57 130 0 50 414 117 42
Binary 1010001 10010 10011001 101111 1011000 0 101000 100001100 1001111 100010

Color Harmonies of #511299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511299

Black with #511299

Text Example


Text Example

White with #511299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511299; }

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

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

background-color css

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

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

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

border-color css

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

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

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