Html Css Color HEX #50276F Blue Diamond

📋 copy color: '#50276F'

red 80 ◦ green 39 ◦ blue 111

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

Shades of Blue Diamond #50276F

Tints of Blue Diamond #50276F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 48.26%

R = 34.78%
G = 16.96%
B = 48.26%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50276F (or 0x50276F) is known color: Blue Diamond. HEX triplet: 50, 27 and 6F. RGB value is (80,39,111). Sum of RGB (Red+Green+Blue) = 80+39+111=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 111 (43.75% from 255 or 48.26% from 230); Max value from RGB is 111 - color contains mainly: blue. Hex color #50276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50276F is #AFD890. Grayscale: #3B3B3B. Windows color (decimal): -11524241 or 7284560. OLE color: 7284560.

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

Color convert

RGB 80 39 111 -
CMYK 0.28 0.65 0 0.56
HSL 274.17º 0.48% 0.29% -
HSV(B) 274.17º 0.65% 0.44% -
XYZ 6.9 4.3 15.51 -
YUV 59.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 80 39 111 0.28 0.65 0 0.56 274.17 0.48 0.29
Hex 50 27 6F 1C 41 0 38 112 30 1D
Octal 120 47 157 34 101 0 70 422 60 35
Binary 1010000 100111 1101111 11100 1000001 0 111000 100010010 110000 11101

Color Harmonies of #50276F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50276F

Black with #50276F

Text Example


Text Example

White with #50276F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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