Html Css Color HEX #511095 Indigo

📋 copy color: '#511095'

red 81 ◦ green 16 ◦ blue 149

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

Shades of Indigo #511095

Tints of Indigo #511095

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

 BLUE value IS 149 (58.59% from 255) = 60.57%

R = 32.93%
G = 6.5%
B = 60.57%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#511095 (or 0x511095) is known color: Indigo. HEX triplet: 51, 10 and 95. RGB value is (81,16,149). Sum of RGB (Red+Green+Blue) = 81+16+149=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 149 (58.59% from 255 or 60.57% from 246); Max value from RGB is 149 - color contains mainly: blue. Hex color #511095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511095 is #AEEF6A. Grayscale: #323232. Windows color (decimal): -11464555 or 9769041. OLE color: 9769041.

HSL color Cylindrical-coordinate representation of color #511095: hue angle of 269.32º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #511095 is Cyan = 0.46, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 16 149 -
CMYK 0.46 0.89 0 0.42
HSL 269.32º 0.81% 0.32% -
HSV(B) 269.32º 0.89% 0.58% -
XYZ 9 4.29 28.79 -
YUV 50.6 183.53 149.69 -
System Red Green Blue C M Y K H S L
Decimal 81 16 149 0.46 0.89 0 0.42 269.32 0.81 0.32
Hex 51 10 95 2E 59 0 2A 10D 51 20
Octal 121 20 225 56 131 0 52 415 121 40
Binary 1010001 10000 10010101 101110 1011001 0 101010 100001101 1010001 100000

Color Harmonies of #511095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511095

Black with #511095

Text Example


Text Example

White with #511095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511095; }

 p { color: rgb(81,16,149); }

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

background-color css

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

 a { background-color: rgb(81,16,149); }

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

border-color css

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

 span { border-color: rgb(81,16,149); }

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