Html Css Color HEX #511273 Indigo

📋 copy color: '#511273'

red 81 ◦ green 18 ◦ blue 115

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

Shades of Indigo #511273

Tints of Indigo #511273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 37.85%
G = 8.41%
B = 53.74%

CMYK

 C value IS 0.30

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#511273 (or 0x511273) is known color: Indigo. HEX triplet: 51, 12 and 73. RGB value is (81,18,115). Sum of RGB (Red+Green+Blue) = 81+18+115=214 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.85% from 214); Green value is 18 (7.42% from 255 or 8.41% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #511273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511273 is #AEED8C. Grayscale: #2F2F2F. Windows color (decimal): -11464077 or 7541329. OLE color: 7541329.

HSL color Cylindrical-coordinate representation of color #511273: hue angle of 278.97º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #511273 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 18 115 -
CMYK 0.30 0.84 0 0.55
HSL 278.97º 0.73% 0.26% -
HSV(B) 278.97º 0.84% 0.45% -
XYZ 6.7 3.42 16.53 -
YUV 47.9 165.87 151.61 -
System Red Green Blue C M Y K H S L
Decimal 81 18 115 0.30 0.84 0 0.55 278.97 0.73 0.26
Hex 51 12 73 1E 54 0 37 117 49 1A
Octal 121 22 163 36 124 0 67 427 111 32
Binary 1010001 10010 1110011 11110 1010100 0 110111 100010111 1001001 11010

Color Harmonies of #511273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511273

Black with #511273

Text Example


Text Example

White with #511273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511273; }

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

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

background-color css

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

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

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

border-color css

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

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

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