Html Css Color HEX #511A93 Indigo

📋 copy color: '#511A93'

red 81 ◦ green 26 ◦ blue 147

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

Shades of Indigo #511A93

Tints of Indigo #511A93

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

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

R = 31.89%
G = 10.24%
B = 57.87%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#511A93 (or 0x511A93) is known color: Indigo. HEX triplet: 51, 1A and 93. RGB value is (81,26,147). Sum of RGB (Red+Green+Blue) = 81+26+147=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #511A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511A93 is #AEE56C. Grayscale: #373737. Windows color (decimal): -11461997 or 9640529. OLE color: 9640529.

HSL color Cylindrical-coordinate representation of color #511A93: hue angle of 267.27º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #511A93 is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 26 147 -
CMYK 0.45 0.82 0 0.42
HSL 267.27º 0.7% 0.34% -
HSV(B) 267.27º 0.82% 0.58% -
XYZ 9.03 4.59 28.01 -
YUV 56.24 179.22 145.66 -
System Red Green Blue C M Y K H S L
Decimal 81 26 147 0.45 0.82 0 0.42 267.27 0.7 0.34
Hex 51 1A 93 2D 52 0 2A 10B 46 22
Octal 121 32 223 55 122 0 52 413 106 42
Binary 1010001 11010 10010011 101101 1010010 0 101010 100001011 1000110 100010

Color Harmonies of #511A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511A93

Black with #511A93

Text Example


Text Example

White with #511A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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