Html Css Color HEX #512480 Blue Diamond

📋 copy color: '#512480'

red 81 ◦ green 36 ◦ blue 128

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

Shades of Blue Diamond #512480

Tints of Blue Diamond #512480

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 33.06%
G = 14.69%
B = 52.24%

CMYK

 C value IS 0.37

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#512480 (or 0x512480) is known color: Blue Diamond. HEX triplet: 51, 24 and 80. RGB value is (81,36,128). Sum of RGB (Red+Green+Blue) = 81+36+128=245 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.06% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 128 (50.39% from 255 or 52.24% from 245); Max value from RGB is 128 - color contains mainly: blue. Hex color #512480 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512480 is #AEDB7F. Grayscale: #3B3B3B. Windows color (decimal): -11459456 or 8397905. OLE color: 8397905.

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

Color convert

RGB 81 36 128 -
CMYK 0.37 0.72 0 0.50
HSL 269.35º 0.56% 0.32% -
HSV(B) 269.35º 0.72% 0.5% -
XYZ 7.92 4.57 20.89 -
YUV 59.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 81 36 128 0.37 0.72 0 0.50 269.35 0.56 0.32
Hex 51 24 80 25 48 0 32 10D 38 20
Octal 121 44 200 45 110 0 62 415 70 40
Binary 1010001 100100 10000000 100101 1001000 0 110010 100001101 111000 100000

Color Harmonies of #512480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512480

Black with #512480

Text Example


Text Example

White with #512480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512480; }

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

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

background-color css

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

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

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

border-color css

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

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

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