Html Css Color HEX #502381 Blue Diamond

📋 copy color: '#502381'

red 80 ◦ green 35 ◦ blue 129

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

Shades of Blue Diamond #502381

Tints of Blue Diamond #502381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 52.87%

R = 32.79%
G = 14.34%
B = 52.87%

CMYK

 C value IS 0.38

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#502381 (or 0x502381) is known color: Blue Diamond. HEX triplet: 50, 23 and 81. RGB value is (80,35,129). Sum of RGB (Red+Green+Blue) = 80+35+129=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 129 (50.78% from 255 or 52.87% from 244); Max value from RGB is 129 - color contains mainly: blue. Hex color #502381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502381 is #AFDC7E. Grayscale: #3A3A3A. Windows color (decimal): -11525247 or 8463184. OLE color: 8463184.

HSL color Cylindrical-coordinate representation of color #502381: hue angle of 268.72º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #502381 is Cyan = 0.38, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 35 129 -
CMYK 0.38 0.73 0 0.49
HSL 268.72º 0.57% 0.32% -
HSV(B) 268.72º 0.73% 0.51% -
XYZ 7.87 4.49 21.22 -
YUV 59.17 167.41 142.86 -
System Red Green Blue C M Y K H S L
Decimal 80 35 129 0.38 0.73 0 0.49 268.72 0.57 0.32
Hex 50 23 81 26 49 0 31 10D 39 20
Octal 120 43 201 46 111 0 61 415 71 40
Binary 1010000 100011 10000001 100110 1001001 0 110001 100001101 111001 100000

Color Harmonies of #502381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502381

Black with #502381

Text Example


Text Example

White with #502381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502381; }

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

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

background-color css

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

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

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

border-color css

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

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

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