Html Css Color HEX #512372 Blue Diamond

📋 copy color: '#512372'

red 81 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #512372

Tints of Blue Diamond #512372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.22%

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

R = 35.22%
G = 15.22%
B = 49.57%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#512372 (or 0x512372) is known color: Blue Diamond. HEX triplet: 51, 23 and 72. RGB value is (81,35,114). Sum of RGB (Red+Green+Blue) = 81+35+114=230 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.22% from 230); Green value is 35 (14.06% from 255 or 15.22% from 230); Blue value is 114 (44.92% from 255 or 49.57% from 230); Max value from RGB is 114 - color contains mainly: blue. Hex color #512372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512372 is #AEDC8D. Grayscale: #393939. Windows color (decimal): -11459726 or 7480145. OLE color: 7480145.

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

Color convert

RGB 81 35 114 -
CMYK 0.29 0.69 0 0.55
HSL 274.94º 0.53% 0.29% -
HSV(B) 274.94º 0.69% 0.45% -
XYZ 7.03 4.17 16.35 -
YUV 57.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 81 35 114 0.29 0.69 0 0.55 274.94 0.53 0.29
Hex 51 23 72 1D 45 0 37 113 35 1D
Octal 121 43 162 35 105 0 67 423 65 35
Binary 1010001 100011 1110010 11101 1000101 0 110111 100010011 110101 11101

Color Harmonies of #512372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512372

Black with #512372

Text Example


Text Example

White with #512372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512372; }

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

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

background-color css

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

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

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

border-color css

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

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

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