Html Css Color HEX #512171 Blue Diamond

📋 copy color: '#512171'

red 81 ◦ green 33 ◦ blue 113

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

Shades of Blue Diamond #512171

Tints of Blue Diamond #512171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.54%

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

R = 35.68%
G = 14.54%
B = 49.78%

CMYK

 C value IS 0.28

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#512171 (or 0x512171) is known color: Blue Diamond. HEX triplet: 51, 21 and 71. RGB value is (81,33,113). Sum of RGB (Red+Green+Blue) = 81+33+113=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 33 (13.28% from 255 or 14.54% from 227); Blue value is 113 (44.53% from 255 or 49.78% from 227); Max value from RGB is 113 - color contains mainly: blue. Hex color #512171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512171 is #AEDE8E. Grayscale: #383838. Windows color (decimal): -11460239 or 7414097. OLE color: 7414097.

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

Color convert

RGB 81 33 113 -
CMYK 0.28 0.71 0 0.56
HSL 276º 0.55% 0.29% -
HSV(B) 276º 0.71% 0.44% -
XYZ 6.92 4.03 16.04 -
YUV 56.47 159.9 145.5 -
System Red Green Blue C M Y K H S L
Decimal 81 33 113 0.28 0.71 0 0.56 276 0.55 0.29
Hex 51 21 71 1C 47 0 38 114 37 1D
Octal 121 41 161 34 107 0 70 424 67 35
Binary 1010001 100001 1110001 11100 1000111 0 111000 100010100 110111 11101

Color Harmonies of #512171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512171

Black with #512171

Text Example


Text Example

White with #512171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512171; }

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

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

background-color css

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

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

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

border-color css

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

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

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