Html Css Color HEX #512871 Blue Diamond

📋 copy color: '#512871'

red 81 ◦ green 40 ◦ blue 113

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

Shades of Blue Diamond #512871

Tints of Blue Diamond #512871

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.09%

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

R = 34.62%
G = 17.09%
B = 48.29%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512871 (or 0x512871) is known color: Blue Diamond. HEX triplet: 51, 28 and 71. RGB value is (81,40,113). Sum of RGB (Red+Green+Blue) = 81+40+113=234 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.62% from 234); Green value is 40 (16.02% from 255 or 17.09% from 234); Blue value is 113 (44.53% from 255 or 48.29% from 234); Max value from RGB is 113 - color contains mainly: blue. Hex color #512871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512871 is #AED78E. Grayscale: #3C3C3C. Windows color (decimal): -11458447 or 7415889. OLE color: 7415889.

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

Color convert

RGB 81 40 113 -
CMYK 0.28 0.65 0 0.56
HSL 273.7º 0.48% 0.3% -
HSV(B) 273.7º 0.65% 0.44% -
XYZ 7.13 4.46 16.11 -
YUV 60.58 157.58 142.56 -
System Red Green Blue C M Y K H S L
Decimal 81 40 113 0.28 0.65 0 0.56 273.7 0.48 0.3
Hex 51 28 71 1C 41 0 38 112 30 1E
Octal 121 50 161 34 101 0 70 422 60 36
Binary 1010001 101000 1110001 11100 1000001 0 111000 100010010 110000 11110

Color Harmonies of #512871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512871

Black with #512871

Text Example


Text Example

White with #512871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512871; }

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

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

background-color css

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

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

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

border-color css

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

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

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