Html Css Color HEX #50207F Blue Diamond

📋 copy color: '#50207F'

red 80 ◦ green 32 ◦ blue 127

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

Shades of Blue Diamond #50207F

Tints of Blue Diamond #50207F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.39%

 BLUE value IS 127 (50% from 255) = 53.14%

R = 33.47%
G = 13.39%
B = 53.14%

CMYK

 C value IS 0.37

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50207F (or 0x50207F) is known color: Blue Diamond. HEX triplet: 50, 20 and 7F. RGB value is (80,32,127). Sum of RGB (Red+Green+Blue) = 80+32+127=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 127 (50% from 255 or 53.14% from 239); Max value from RGB is 127 - color contains mainly: blue. Hex color #50207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50207F is #AFDF80. Grayscale: #383838. Windows color (decimal): -11526017 or 8331344. OLE color: 8331344.

HSL color Cylindrical-coordinate representation of color #50207F: hue angle of 270.32º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50207F is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 32 127 -
CMYK 0.37 0.75 0 0.50
HSL 270.32º 0.6% 0.31% -
HSV(B) 270.32º 0.75% 0.5% -
XYZ 7.66 4.27 20.5 -
YUV 57.18 167.4 144.28 -
System Red Green Blue C M Y K H S L
Decimal 80 32 127 0.37 0.75 0 0.50 270.32 0.6 0.31
Hex 50 20 7F 25 4B 0 32 10E 3C 1F
Octal 120 40 177 45 113 0 62 416 74 37
Binary 1010000 100000 1111111 100101 1001011 0 110010 100001110 111100 11111

Color Harmonies of #50207F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50207F

Black with #50207F

Text Example


Text Example

White with #50207F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50207F; }

 p { color: rgb(80,32,127); }

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

background-color css

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

 a { background-color: rgb(80,32,127); }

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

border-color css

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

 span { border-color: rgb(80,32,127); }

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