Html Css Color HEX #502969 Blue Diamond

📋 copy color: '#502969'

red 80 ◦ green 41 ◦ blue 105

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

Shades of Blue Diamond #502969

Tints of Blue Diamond #502969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 46.46%

R = 35.4%
G = 18.14%
B = 46.46%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#502969 (or 0x502969) is known color: Blue Diamond. HEX triplet: 50, 29 and 69. RGB value is (80,41,105). Sum of RGB (Red+Green+Blue) = 80+41+105=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 41 (16.41% from 255 or 18.14% from 226); Blue value is 105 (41.41% from 255 or 46.46% from 226); Max value from RGB is 105 - color contains mainly: blue. Hex color #502969 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502969 is #AFD696. Grayscale: #3B3B3B. Windows color (decimal): -11523735 or 6891856. OLE color: 6891856.

HSL color Cylindrical-coordinate representation of color #502969: hue angle of 276.56º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #502969 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 80 41 105 -
CMYK 0.24 0.61 0 0.59
HSL 276.56º 0.44% 0.29% -
HSV(B) 276.56º 0.61% 0.41% -
XYZ 6.65 4.31 13.85 -
YUV 59.96 153.42 142.3 -
System Red Green Blue C M Y K H S L
Decimal 80 41 105 0.24 0.61 0 0.59 276.56 0.44 0.29
Hex 50 29 69 18 3D 0 3B 115 2C 1D
Octal 120 51 151 30 75 0 73 425 54 35
Binary 1010000 101001 1101001 11000 111101 0 111011 100010101 101100 11101

Color Harmonies of #502969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502969

Black with #502969

Text Example


Text Example

White with #502969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502969; }

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

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

background-color css

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

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

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

border-color css

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

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

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