Html Css Color HEX #511293 Indigo

📋 copy color: '#511293'

red 81 ◦ green 18 ◦ blue 147

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

Shades of Indigo #511293

Tints of Indigo #511293

RGB

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

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

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

R = 32.93%
G = 7.32%
B = 59.76%

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

#511293 (or 0x511293) is known color: Indigo. HEX triplet: 51, 12 and 93. RGB value is (81,18,147). Sum of RGB (Red+Green+Blue) = 81+18+147=246 (32% of max value = 765). Red value is 81 (32.03% from 255 or 32.93% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #511293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #511293 is #AEED6C. Grayscale: #333333. Windows color (decimal): -11464045 or 9638481. OLE color: 9638481.

HSL color Cylindrical-coordinate representation of color #511293: hue angle of 269.3º degrees, saturation: 0.78, 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 #511293 is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 18 147 -
CMYK 0.45 0.88 0 0.42
HSL 269.3º 0.78% 0.32% -
HSV(B) 269.3º 0.88% 0.58% -
XYZ 8.88 4.29 27.96 -
YUV 51.54 181.87 149.01 -
System Red Green Blue C M Y K H S L
Decimal 81 18 147 0.45 0.88 0 0.42 269.3 0.78 0.32
Hex 51 12 93 2D 58 0 2A 10D 4E 20
Octal 121 22 223 55 130 0 52 415 116 40
Binary 1010001 10010 10010011 101101 1011000 0 101010 100001101 1001110 100000

Color Harmonies of #511293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511293

Black with #511293

Text Example


Text Example

White with #511293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511293; }

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

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

background-color css

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

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

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

border-color css

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

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

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