Html Css Color HEX #502371 Blue Diamond

📋 copy color: '#502371'

red 80 ◦ green 35 ◦ blue 113

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

Shades of Blue Diamond #502371

Tints of Blue Diamond #502371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 35.09%
G = 15.35%
B = 49.56%

CMYK

 C value IS 0.29

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502371 (or 0x502371) is known color: Blue Diamond. HEX triplet: 50, 23 and 71. RGB value is (80,35,113). Sum of RGB (Red+Green+Blue) = 80+35+113=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #502371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502371 is #AFDC8E. Grayscale: #393939. Windows color (decimal): -11525263 or 7414608. OLE color: 7414608.

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

Color convert

RGB 80 35 113 -
CMYK 0.29 0.69 0 0.56
HSL 274.62º 0.53% 0.29% -
HSV(B) 274.62º 0.69% 0.44% -
XYZ 6.89 4.1 16.05 -
YUV 57.35 159.41 144.16 -
System Red Green Blue C M Y K H S L
Decimal 80 35 113 0.29 0.69 0 0.56 274.62 0.53 0.29
Hex 50 23 71 1D 45 0 38 113 35 1D
Octal 120 43 161 35 105 0 70 423 65 35
Binary 1010000 100011 1110001 11101 1000101 0 111000 100010011 110101 11101

Color Harmonies of #502371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502371

Black with #502371

Text Example


Text Example

White with #502371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502371; }

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

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

background-color css

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

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

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

border-color css

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

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

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