Html Css Color HEX #502171 Blue Diamond

📋 copy color: '#502171'

red 80 ◦ green 33 ◦ blue 113

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

Shades of Blue Diamond #502171

Tints of Blue Diamond #502171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

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

R = 35.4%
G = 14.6%
B = 50%

CMYK

 C value IS 0.29

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502171 (or 0x502171) is known color: Blue Diamond. HEX triplet: 50, 21 and 71. RGB value is (80,33,113). Sum of RGB (Red+Green+Blue) = 80+33+113=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #502171 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502171 is #AFDE8E. Grayscale: #373737. Windows color (decimal): -11525775 or 7414096. OLE color: 7414096.

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

Color convert

RGB 80 33 113 -
CMYK 0.29 0.71 0 0.56
HSL 275.25º 0.55% 0.29% -
HSV(B) 275.25º 0.71% 0.44% -
XYZ 6.83 3.99 16.03 -
YUV 56.17 160.07 145 -
System Red Green Blue C M Y K H S L
Decimal 80 33 113 0.29 0.71 0 0.56 275.25 0.55 0.29
Hex 50 21 71 1D 47 0 38 113 37 1D
Octal 120 41 161 35 107 0 70 423 67 35
Binary 1010000 100001 1110001 11101 1000111 0 111000 100010011 110111 11101

Color Harmonies of #502171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502171

Black with #502171

Text Example


Text Example

White with #502171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502171; }

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

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

background-color css

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

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

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

border-color css

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

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

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