Html Css Color HEX #50257F Blue Diamond

📋 copy color: '#50257F'

red 80 ◦ green 37 ◦ blue 127

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

Shades of Blue Diamond #50257F

Tints of Blue Diamond #50257F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.16%

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

R = 32.79%
G = 15.16%
B = 52.05%

CMYK

 C value IS 0.37

 M value IS 0.71

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50257F (or 0x50257F) is known color: Blue Diamond. HEX triplet: 50, 25 and 7F. RGB value is (80,37,127). Sum of RGB (Red+Green+Blue) = 80+37+127=244 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.79% from 244); Green value is 37 (14.84% from 255 or 15.16% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #50257F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50257F is #AFDA80. Grayscale: #3B3B3B. Windows color (decimal): -11524737 or 8332624. OLE color: 8332624.

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

Color convert

RGB 80 37 127 -
CMYK 0.37 0.71 0 0.50
HSL 268.67º 0.55% 0.32% -
HSV(B) 268.67º 0.71% 0.5% -
XYZ 7.8 4.56 20.55 -
YUV 60.12 165.75 142.18 -
System Red Green Blue C M Y K H S L
Decimal 80 37 127 0.37 0.71 0 0.50 268.67 0.55 0.32
Hex 50 25 7F 25 47 0 32 10D 37 20
Octal 120 45 177 45 107 0 62 415 67 40
Binary 1010000 100101 1111111 100101 1000111 0 110010 100001101 110111 100000

Color Harmonies of #50257F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50257F

Black with #50257F

Text Example


Text Example

White with #50257F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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