Html Css Color HEX #502A71 Blue Diamond

📋 copy color: '#502A71'

red 80 ◦ green 42 ◦ blue 113

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

Shades of Blue Diamond #502A71

Tints of Blue Diamond #502A71

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 113 (44.53% from 255) = 48.09%

R = 34.04%
G = 17.87%
B = 48.09%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502A71 (or 0x502A71) is known color: Blue Diamond. HEX triplet: 50, 2A and 71. RGB value is (80,42,113). Sum of RGB (Red+Green+Blue) = 80+42+113=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 113 - color contains mainly: blue. Hex color #502A71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502A71 is #AFD58E. Grayscale: #3D3D3D. Windows color (decimal): -11523471 or 7416400. OLE color: 7416400.

HSL color Cylindrical-coordinate representation of color #502A71: hue angle of 272.11º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #502A71 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 42 113 -
CMYK 0.29 0.63 0 0.56
HSL 272.11º 0.46% 0.3% -
HSV(B) 272.11º 0.63% 0.44% -
XYZ 7.12 4.55 16.13 -
YUV 61.46 157.09 141.23 -
System Red Green Blue C M Y K H S L
Decimal 80 42 113 0.29 0.63 0 0.56 272.11 0.46 0.3
Hex 50 2A 71 1D 3F 0 38 110 2E 1E
Octal 120 52 161 35 77 0 70 420 56 36
Binary 1010000 101010 1110001 11101 111111 0 111000 100010000 101110 11110

Color Harmonies of #502A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502A71

Black with #502A71

Text Example


Text Example

White with #502A71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502A71; }

 p { color: rgb(80,42,113); }

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

background-color css

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

 a { background-color: rgb(80,42,113); }

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

border-color css

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

 span { border-color: rgb(80,42,113); }

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