Html Css Color HEX #512378 Blue Diamond

📋 copy color: '#512378'

red 81 ◦ green 35 ◦ blue 120

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

Shades of Blue Diamond #512378

Tints of Blue Diamond #512378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 34.32%
G = 14.83%
B = 50.85%

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

#512378 (or 0x512378) is known color: Blue Diamond. HEX triplet: 51, 23 and 78. RGB value is (81,35,120). Sum of RGB (Red+Green+Blue) = 81+35+120=236 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.32% from 236); Green value is 35 (14.06% from 255 or 14.83% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #512378 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512378 is #AEDC87. Grayscale: #3A3A3A. Windows color (decimal): -11459720 or 7873361. OLE color: 7873361.

HSL color Cylindrical-coordinate representation of color #512378: hue angle of 272.47º 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 #512378 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 81 35 120 -
CMYK 0.32 0.71 0 0.53
HSL 272.47º 0.55% 0.3% -
HSV(B) 272.47º 0.71% 0.47% -
XYZ 7.38 4.31 18.21 -
YUV 58.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 81 35 120 0.32 0.71 0 0.53 272.47 0.55 0.3
Hex 51 23 78 20 47 0 35 110 37 1E
Octal 121 43 170 40 107 0 65 420 67 36
Binary 1010001 100011 1111000 100000 1000111 0 110101 100010000 110111 11110

Color Harmonies of #512378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512378

Black with #512378

Text Example


Text Example

White with #512378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512378; }

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

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

background-color css

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

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

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

border-color css

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

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

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