Html Css Color HEX #502580 Blue Diamond

📋 copy color: '#502580'

red 80 ◦ green 37 ◦ blue 128

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

Shades of Blue Diamond #502580

Tints of Blue Diamond #502580

RGB

 RED value IS 80 (31.64% from 255) = 32.65%

 GREEN value IS 37 (14.84% from 255) = 15.1%

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

R = 32.65%
G = 15.1%
B = 52.24%

CMYK

 C value IS 0.38

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#502580 (or 0x502580) is known color: Blue Diamond. HEX triplet: 50, 25 and 80. RGB value is (80,37,128). Sum of RGB (Red+Green+Blue) = 80+37+128=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 37 (14.84% from 255 or 15.10% 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 #502580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502580 is #AFDA7F. Grayscale: #3B3B3B. Windows color (decimal): -11524736 or 8398160. OLE color: 8398160.

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

Color convert

RGB 80 37 128 -
CMYK 0.38 0.71 0 0.50
HSL 268.35º 0.55% 0.32% -
HSV(B) 268.35º 0.71% 0.5% -
XYZ 7.87 4.59 20.89 -
YUV 60.23 166.25 142.1 -
System Red Green Blue C M Y K H S L
Decimal 80 37 128 0.38 0.71 0 0.50 268.35 0.55 0.32
Hex 50 25 80 26 47 0 32 10C 37 20
Octal 120 45 200 46 107 0 62 414 67 40
Binary 1010000 100101 10000000 100110 1000111 0 110010 100001100 110111 100000

Color Harmonies of #502580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502580

Black with #502580

Text Example


Text Example

White with #502580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502580; }

 p { color: rgb(80,37,128); }

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

background-color css

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

 a { background-color: rgb(80,37,128); }

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

border-color css

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

 span { border-color: rgb(80,37,128); }

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