Html Css Color HEX #512380 Blue Diamond

📋 copy color: '#512380'

red 81 ◦ green 35 ◦ blue 128

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

Shades of Blue Diamond #512380

Tints of Blue Diamond #512380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.46%

R = 33.2%
G = 14.34%
B = 52.46%

CMYK

 C value IS 0.37

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#512380 (or 0x512380) is known color: Blue Diamond. HEX triplet: 51, 23 and 80. RGB value is (81,35,128). Sum of RGB (Red+Green+Blue) = 81+35+128=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #512380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512380 is #AEDC7F. Grayscale: #3B3B3B. Windows color (decimal): -11459712 or 8397649. OLE color: 8397649.

HSL color Cylindrical-coordinate representation of color #512380: hue angle of 269.68º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #512380 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 35 128 -
CMYK 0.37 0.73 0 0.50
HSL 269.68º 0.57% 0.32% -
HSV(B) 269.68º 0.73% 0.5% -
XYZ 7.89 4.51 20.88 -
YUV 59.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 81 35 128 0.37 0.73 0 0.50 269.68 0.57 0.32
Hex 51 23 80 25 49 0 32 10E 39 20
Octal 121 43 200 45 111 0 62 416 71 40
Binary 1010001 100011 10000000 100101 1001001 0 110010 100001110 111001 100000

Color Harmonies of #512380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512380

Black with #512380

Text Example


Text Example

White with #512380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512380; }

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

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

background-color css

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

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

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

border-color css

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

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

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