Html Css Color HEX #502771 Blue Diamond

📋 copy color: '#502771'

red 80 ◦ green 39 ◦ blue 113

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

Shades of Blue Diamond #502771

Tints of Blue Diamond #502771

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

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

R = 34.48%
G = 16.81%
B = 48.71%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502771 (or 0x502771) is known color: Blue Diamond. HEX triplet: 50, 27 and 71. RGB value is (80,39,113). Sum of RGB (Red+Green+Blue) = 80+39+113=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 113 - color contains mainly: blue. Hex color #502771 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502771 is #AFD88E. Grayscale: #3B3B3B. Windows color (decimal): -11524239 or 7415632. OLE color: 7415632.

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

Color convert

RGB 80 39 113 -
CMYK 0.29 0.65 0 0.56
HSL 273.24º 0.49% 0.3% -
HSV(B) 273.24º 0.65% 0.44% -
XYZ 7.01 4.35 16.09 -
YUV 59.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 80 39 113 0.29 0.65 0 0.56 273.24 0.49 0.3
Hex 50 27 71 1D 41 0 38 111 31 1E
Octal 120 47 161 35 101 0 70 421 61 36
Binary 1010000 100111 1110001 11101 1000001 0 111000 100010001 110001 11110

Color Harmonies of #502771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502771

Black with #502771

Text Example


Text Example

White with #502771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502771; }

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

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

background-color css

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

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

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

border-color css

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

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

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