Html Css Color HEX #512972 Blue Diamond

📋 copy color: '#512972'

red 81 ◦ green 41 ◦ blue 114

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

Shades of Blue Diamond #512972

Tints of Blue Diamond #512972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.37%

 BLUE value IS 114 (44.92% from 255) = 48.31%

R = 34.32%
G = 17.37%
B = 48.31%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512972 (or 0x512972) is known color: Blue Diamond. HEX triplet: 51, 29 and 72. RGB value is (81,41,114). Sum of RGB (Red+Green+Blue) = 81+41+114=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 41 (16.41% from 255 or 17.37% from 236); Blue value is 114 (44.92% from 255 or 48.31% from 236); Max value from RGB is 114 - color contains mainly: blue. Hex color #512972 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512972 is #AED68D. Grayscale: #3D3D3D. Windows color (decimal): -11458190 or 7481681. OLE color: 7481681.

HSL color Cylindrical-coordinate representation of color #512972: hue angle of 272.88º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #512972 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 81 41 114 -
CMYK 0.29 0.64 0 0.55
HSL 272.88º 0.47% 0.3% -
HSV(B) 272.88º 0.64% 0.45% -
XYZ 7.22 4.55 16.42 -
YUV 61.28 157.75 142.06 -
System Red Green Blue C M Y K H S L
Decimal 81 41 114 0.29 0.64 0 0.55 272.88 0.47 0.3
Hex 51 29 72 1D 40 0 37 111 2F 1E
Octal 121 51 162 35 100 0 67 421 57 36
Binary 1010001 101001 1110010 11101 1000000 0 110111 100010001 101111 11110

Color Harmonies of #512972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512972

Black with #512972

Text Example


Text Example

White with #512972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512972; }

 p { color: rgb(81,41,114); }

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

background-color css

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

 a { background-color: rgb(81,41,114); }

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

border-color css

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

 span { border-color: rgb(81,41,114); }

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