Html Css Color HEX #502F71 Blue Diamond

📋 copy color: '#502F71'

red 80 ◦ green 47 ◦ blue 113

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

Shades of Blue Diamond #502F71

Tints of Blue Diamond #502F71

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.58%

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

R = 33.33%
G = 19.58%
B = 47.08%

CMYK

 C value IS 0.29

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#502F71 (or 0x502F71) is known color: Blue Diamond. HEX triplet: 50, 2F and 71. RGB value is (80,47,113). Sum of RGB (Red+Green+Blue) = 80+47+113=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 47 (18.75% from 255 or 19.58% from 240); Blue value is 113 (44.53% from 255 or 47.08% from 240); Max value from RGB is 113 - color contains mainly: blue. Hex color #502F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F71 is #AFD08E. Grayscale: #404040. Windows color (decimal): -11522191 or 7417680. OLE color: 7417680.

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

Color convert

RGB 80 47 113 -
CMYK 0.29 0.58 0 0.56
HSL 270º 0.41% 0.31% -
HSV(B) 270º 0.58% 0.44% -
XYZ 7.31 4.93 16.19 -
YUV 64.39 155.43 139.13 -
System Red Green Blue C M Y K H S L
Decimal 80 47 113 0.29 0.58 0 0.56 270 0.41 0.31
Hex 50 2F 71 1D 3A 0 38 10E 29 1F
Octal 120 57 161 35 72 0 70 416 51 37
Binary 1010000 101111 1110001 11101 111010 0 111000 100001110 101001 11111

Color Harmonies of #502F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F71

Black with #502F71

Text Example


Text Example

White with #502F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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