Html Css Color HEX #512377 Blue Diamond

📋 copy color: '#512377'

red 81 ◦ green 35 ◦ blue 119

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

Shades of Blue Diamond #512377

Tints of Blue Diamond #512377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 50.64%

R = 34.47%
G = 14.89%
B = 50.64%

CMYK

 C value IS 0.32

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#512377 (or 0x512377) is known color: Blue Diamond. HEX triplet: 51, 23 and 77. RGB value is (81,35,119). Sum of RGB (Red+Green+Blue) = 81+35+119=235 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.47% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 119 (46.88% from 255 or 50.64% from 235); Max value from RGB is 119 - color contains mainly: blue. Hex color #512377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512377 is #AEDC88. Grayscale: #3A3A3A. Windows color (decimal): -11459721 or 7807825. OLE color: 7807825.

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

Color convert

RGB 81 35 119 -
CMYK 0.32 0.71 0 0.53
HSL 272.86º 0.55% 0.3% -
HSV(B) 272.86º 0.71% 0.47% -
XYZ 7.32 4.28 17.89 -
YUV 58.33 162.24 144.17 -
System Red Green Blue C M Y K H S L
Decimal 81 35 119 0.32 0.71 0 0.53 272.86 0.55 0.3
Hex 51 23 77 20 47 0 35 111 37 1E
Octal 121 43 167 40 107 0 65 421 67 36
Binary 1010001 100011 1110111 100000 1000111 0 110101 100010001 110111 11110

Color Harmonies of #512377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512377

Black with #512377

Text Example


Text Example

White with #512377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512377; }

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

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

background-color css

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

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

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

border-color css

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

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

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