Html Css Color HEX #502481 Blue Diamond

📋 copy color: '#502481'

red 80 ◦ green 36 ◦ blue 129

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

Shades of Blue Diamond #502481

Tints of Blue Diamond #502481

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

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

R = 32.65%
G = 14.69%
B = 52.65%

CMYK

 C value IS 0.38

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#502481 (or 0x502481) is known color: Blue Diamond. HEX triplet: 50, 24 and 81. RGB value is (80,36,129). Sum of RGB (Red+Green+Blue) = 80+36+129=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 129 (50.78% from 255 or 52.65% from 245); Max value from RGB is 129 - color contains mainly: blue. Hex color #502481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502481 is #AFDB7E. Grayscale: #3B3B3B. Windows color (decimal): -11524991 or 8463440. OLE color: 8463440.

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

Color convert

RGB 80 36 129 -
CMYK 0.38 0.72 0 0.49
HSL 268.39º 0.56% 0.32% -
HSV(B) 268.39º 0.72% 0.51% -
XYZ 7.9 4.55 21.23 -
YUV 59.76 167.08 142.44 -
System Red Green Blue C M Y K H S L
Decimal 80 36 129 0.38 0.72 0 0.49 268.39 0.56 0.32
Hex 50 24 81 26 48 0 31 10C 38 20
Octal 120 44 201 46 110 0 61 414 70 40
Binary 1010000 100100 10000001 100110 1001000 0 110001 100001100 111000 100000

Color Harmonies of #502481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502481

Black with #502481

Text Example


Text Example

White with #502481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502481; }

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

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

background-color css

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

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

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

border-color css

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

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

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