Html Css Color HEX #50246F Blue Diamond

📋 copy color: '#50246F'

red 80 ◦ green 36 ◦ blue 111

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

Shades of Blue Diamond #50246F

Tints of Blue Diamond #50246F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.86%

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

R = 35.24%
G = 15.86%
B = 48.9%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50246F (or 0x50246F) is known color: Blue Diamond. HEX triplet: 50, 24 and 6F. RGB value is (80,36,111). Sum of RGB (Red+Green+Blue) = 80+36+111=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 36 (14.45% from 255 or 15.86% from 227); Blue value is 111 (43.75% from 255 or 48.90% from 227); Max value from RGB is 111 - color contains mainly: blue. Hex color #50246F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50246F is #AFDB90. Grayscale: #393939. Windows color (decimal): -11525009 or 7283792. OLE color: 7283792.

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

Color convert

RGB 80 36 111 -
CMYK 0.28 0.68 0 0.56
HSL 275.2º 0.51% 0.29% -
HSV(B) 275.2º 0.68% 0.44% -
XYZ 6.81 4.11 15.47 -
YUV 57.71 158.08 143.9 -
System Red Green Blue C M Y K H S L
Decimal 80 36 111 0.28 0.68 0 0.56 275.2 0.51 0.29
Hex 50 24 6F 1C 44 0 38 113 33 1D
Octal 120 44 157 34 104 0 70 423 63 35
Binary 1010000 100100 1101111 11100 1000100 0 111000 100010011 110011 11101

Color Harmonies of #50246F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50246F

Black with #50246F

Text Example


Text Example

White with #50246F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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