Html Css Color HEX #512280 Blue Diamond

📋 copy color: '#512280'

red 81 ◦ green 34 ◦ blue 128

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

Shades of Blue Diamond #512280

Tints of Blue Diamond #512280

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

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

R = 33.33%
G = 13.99%
B = 52.67%

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

#512280 (or 0x512280) is known color: Blue Diamond. HEX triplet: 51, 22 and 80. RGB value is (81,34,128). Sum of RGB (Red+Green+Blue) = 81+34+128=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #512280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512280 is #AEDD7F. Grayscale: #3A3A3A. Windows color (decimal): -11459968 or 8397393. OLE color: 8397393.

HSL color Cylindrical-coordinate representation of color #512280: hue angle of 270º degrees, saturation: 0.58, 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 #512280 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 81 34 128 -
CMYK 0.37 0.73 0 0.50
HSL 270º 0.58% 0.32% -
HSV(B) 270º 0.73% 0.5% -
XYZ 7.86 4.45 20.87 -
YUV 58.77 167.07 143.86 -
System Red Green Blue C M Y K H S L
Decimal 81 34 128 0.37 0.73 0 0.50 270 0.58 0.32
Hex 51 22 80 25 49 0 32 10E 3A 20
Octal 121 42 200 45 111 0 62 416 72 40
Binary 1010001 100010 10000000 100101 1001001 0 110010 100001110 111010 100000

Color Harmonies of #512280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512280

Black with #512280

Text Example


Text Example

White with #512280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512280; }

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

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

background-color css

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

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

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

border-color css

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

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

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