Html Css Color HEX #502875 Blue Diamond

📋 copy color: '#502875'

red 80 ◦ green 40 ◦ blue 117

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

Shades of Blue Diamond #502875

Tints of Blue Diamond #502875

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 117 (46.09% from 255) = 49.37%

R = 33.76%
G = 16.88%
B = 49.37%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502875 (or 0x502875) is known color: Blue Diamond. HEX triplet: 50, 28 and 75. RGB value is (80,40,117). Sum of RGB (Red+Green+Blue) = 80+40+117=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 117 (46.09% from 255 or 49.37% from 237); Max value from RGB is 117 - color contains mainly: blue. Hex color #502875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502875 is #AFD78A. Grayscale: #3C3C3C. Windows color (decimal): -11523979 or 7678032. OLE color: 7678032.

HSL color Cylindrical-coordinate representation of color #502875: hue angle of 271.17º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #502875 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 40 117 -
CMYK 0.32 0.66 0 0.54
HSL 271.17º 0.49% 0.31% -
HSV(B) 271.17º 0.66% 0.46% -
XYZ 7.28 4.51 17.32 -
YUV 60.74 159.75 141.74 -
System Red Green Blue C M Y K H S L
Decimal 80 40 117 0.32 0.66 0 0.54 271.17 0.49 0.31
Hex 50 28 75 20 42 0 36 10F 31 1F
Octal 120 50 165 40 102 0 66 417 61 37
Binary 1010000 101000 1110101 100000 1000010 0 110110 100001111 110001 11111

Color Harmonies of #502875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502875

Black with #502875

Text Example


Text Example

White with #502875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502875; }

 p { color: rgb(80,40,117); }

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

background-color css

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

 a { background-color: rgb(80,40,117); }

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

border-color css

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

 span { border-color: rgb(80,40,117); }

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