Html Css Color HEX #502280 Blue Diamond

📋 copy color: '#502280'

red 80 ◦ green 34 ◦ blue 128

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

Shades of Blue Diamond #502280

Tints of Blue Diamond #502280

RGB

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

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

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

R = 33.06%
G = 14.05%
B = 52.89%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#502280 (or 0x502280) is known color: Blue Diamond. HEX triplet: 50, 22 and 80. RGB value is (80,34,128). Sum of RGB (Red+Green+Blue) = 80+34+128=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #502280 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502280 is #AFDD7F. Grayscale: #3A3A3A. Windows color (decimal): -11525504 or 8397392. OLE color: 8397392.

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

Color convert

RGB 80 34 128 -
CMYK 0.38 0.73 0 0.50
HSL 269.36º 0.58% 0.32% -
HSV(B) 269.36º 0.73% 0.5% -
XYZ 7.78 4.41 20.86 -
YUV 58.47 167.24 143.36 -
System Red Green Blue C M Y K H S L
Decimal 80 34 128 0.38 0.73 0 0.50 269.36 0.58 0.32
Hex 50 22 80 26 49 0 32 10D 3A 20
Octal 120 42 200 46 111 0 62 415 72 40
Binary 1010000 100010 10000000 100110 1001001 0 110010 100001101 111010 100000

Color Harmonies of #502280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502280

Black with #502280

Text Example


Text Example

White with #502280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502280; }

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

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

background-color css

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

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

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

border-color css

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

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

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