Html Css Color HEX #502380 Blue Diamond

📋 copy color: '#502380'

red 80 ◦ green 35 ◦ blue 128

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

Shades of Blue Diamond #502380

Tints of Blue Diamond #502380

RGB

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

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

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

R = 32.92%
G = 14.4%
B = 52.67%

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

#502380 (or 0x502380) is known color: Blue Diamond. HEX triplet: 50, 23 and 80. RGB value is (80,35,128). Sum of RGB (Red+Green+Blue) = 80+35+128=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 35 (14.06% from 255 or 14.40% 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 #502380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502380 is #AFDC7F. Grayscale: #3A3A3A. Windows color (decimal): -11525248 or 8397648. OLE color: 8397648.

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

Color convert

RGB 80 35 128 -
CMYK 0.38 0.73 0 0.50
HSL 269.03º 0.57% 0.32% -
HSV(B) 269.03º 0.73% 0.5% -
XYZ 7.81 4.47 20.87 -
YUV 59.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 80 35 128 0.38 0.73 0 0.50 269.03 0.57 0.32
Hex 50 23 80 26 49 0 32 10D 39 20
Octal 120 43 200 46 111 0 62 415 71 40
Binary 1010000 100011 10000000 100110 1001001 0 110010 100001101 111001 100000

Color Harmonies of #502380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502380

Black with #502380

Text Example


Text Example

White with #502380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502380; }

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

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

background-color css

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

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

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

border-color css

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

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

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