Html Css Color HEX #511374 Indigo

📋 copy color: '#511374'

red 81 ◦ green 19 ◦ blue 116

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

Shades of Indigo #511374

Tints of Indigo #511374

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.8%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 37.5%
G = 8.8%
B = 53.7%

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

#511374 (or 0x511374) is known color: Indigo. HEX triplet: 51, 13 and 74. RGB value is (81,19,116). Sum of RGB (Red+Green+Blue) = 81+19+116=216 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.5% from 216); Green value is 19 (7.81% from 255 or 8.80% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #511374 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511374 is #AEEC8B. Grayscale: #303030. Windows color (decimal): -11463820 or 7607121. OLE color: 7607121.

HSL color Cylindrical-coordinate representation of color #511374: hue angle of 278.35º degrees, saturation: 0.72, 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 #511374 is Cyan = 0.30, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 19 116 -
CMYK 0.30 0.84 0 0.55
HSL 278.35º 0.72% 0.26% -
HSV(B) 278.35º 0.84% 0.45% -
XYZ 6.78 3.48 16.84 -
YUV 48.6 166.04 151.11 -
System Red Green Blue C M Y K H S L
Decimal 81 19 116 0.30 0.84 0 0.55 278.35 0.72 0.26
Hex 51 13 74 1E 54 0 37 116 48 1A
Octal 121 23 164 36 124 0 67 426 110 32
Binary 1010001 10011 1110100 11110 1010100 0 110111 100010110 1001000 11010

Color Harmonies of #511374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511374

Black with #511374

Text Example


Text Example

White with #511374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511374; }

 p { color: rgb(81,19,116); }

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

background-color css

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

 a { background-color: rgb(81,19,116); }

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

border-color css

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

 span { border-color: rgb(81,19,116); }

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