Html Css Color HEX #511193 Indigo

📋 copy color: '#511193'

red 81 ◦ green 17 ◦ blue 147

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

Shades of Indigo #511193

Tints of Indigo #511193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.94%

 BLUE value IS 147 (57.81% from 255) = 60%

R = 33.06%
G = 6.94%
B = 60%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#511193 (or 0x511193) is known color: Indigo. HEX triplet: 51, 11 and 93. RGB value is (81,17,147). Sum of RGB (Red+Green+Blue) = 81+17+147=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #511193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511193 is #AEEE6C. Grayscale: #323232. Windows color (decimal): -11464301 or 9638225. OLE color: 9638225.

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

Color convert

RGB 81 17 147 -
CMYK 0.45 0.88 0 0.42
HSL 269.54º 0.79% 0.32% -
HSV(B) 269.54º 0.88% 0.58% -
XYZ 8.86 4.26 27.96 -
YUV 50.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 81 17 147 0.45 0.88 0 0.42 269.54 0.79 0.32
Hex 51 11 93 2D 58 0 2A 10E 4F 20
Octal 121 21 223 55 130 0 52 416 117 40
Binary 1010001 10001 10010011 101101 1011000 0 101010 100001110 1001111 100000

Color Harmonies of #511193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511193

Black with #511193

Text Example


Text Example

White with #511193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511193; }

 p { color: rgb(81,17,147); }

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

background-color css

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

 a { background-color: rgb(81,17,147); }

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

border-color css

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

 span { border-color: rgb(81,17,147); }

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