Html Css Color HEX #511971 Blue Diamond

📋 copy color: '#511971'

red 81 ◦ green 25 ◦ blue 113

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

Shades of Blue Diamond #511971

Tints of Blue Diamond #511971

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

 BLUE value IS 113 (44.53% from 255) = 51.6%

R = 36.99%
G = 11.42%
B = 51.6%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#511971 (or 0x511971) is known color: Blue Diamond. HEX triplet: 51, 19 and 71. RGB value is (81,25,113). Sum of RGB (Red+Green+Blue) = 81+25+113=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #511971 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #511971 is #AEE68E. Grayscale: #333333. Windows color (decimal): -11462287 or 7412049. OLE color: 7412049.

HSL color Cylindrical-coordinate representation of color #511971: hue angle of 278.18º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #511971 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 81 25 113 -
CMYK 0.28 0.78 0 0.56
HSL 278.18º 0.64% 0.27% -
HSV(B) 278.18º 0.78% 0.44% -
XYZ 6.72 3.64 15.97 -
YUV 51.78 162.55 148.84 -
System Red Green Blue C M Y K H S L
Decimal 81 25 113 0.28 0.78 0 0.56 278.18 0.64 0.27
Hex 51 19 71 1C 4E 0 38 116 40 1B
Octal 121 31 161 34 116 0 70 426 100 33
Binary 1010001 11001 1110001 11100 1001110 0 111000 100010110 1000000 11011

Color Harmonies of #511971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511971

Black with #511971

Text Example


Text Example

White with #511971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511971; }

 p { color: rgb(81,25,113); }

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

background-color css

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

 a { background-color: rgb(81,25,113); }

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

border-color css

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

 span { border-color: rgb(81,25,113); }

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