Html Css Color HEX #502975 Blue Diamond

📋 copy color: '#502975'

red 80 ◦ green 41 ◦ blue 117

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

Shades of Blue Diamond #502975

Tints of Blue Diamond #502975

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 33.61%
G = 17.23%
B = 49.16%

CMYK

 C value IS 0.32

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#502975 (or 0x502975) is known color: Blue Diamond. HEX triplet: 50, 29 and 75. RGB value is (80,41,117). Sum of RGB (Red+Green+Blue) = 80+41+117=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 117 (46.09% from 255 or 49.16% from 238); Max value from RGB is 117 - color contains mainly: blue. Hex color #502975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502975 is #AFD68A. Grayscale: #3D3D3D. Windows color (decimal): -11523723 or 7678288. OLE color: 7678288.

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

Color convert

RGB 80 41 117 -
CMYK 0.32 0.65 0 0.54
HSL 270.79º 0.48% 0.31% -
HSV(B) 270.79º 0.65% 0.46% -
XYZ 7.31 4.58 17.33 -
YUV 61.33 159.42 141.32 -
System Red Green Blue C M Y K H S L
Decimal 80 41 117 0.32 0.65 0 0.54 270.79 0.48 0.31
Hex 50 29 75 20 41 0 36 10F 30 1F
Octal 120 51 165 40 101 0 66 417 60 37
Binary 1010000 101001 1110101 100000 1000001 0 110110 100001111 110000 11111

Color Harmonies of #502975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502975

Black with #502975

Text Example


Text Example

White with #502975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502975; }

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

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

background-color css

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

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

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

border-color css

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

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

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