#50217F

Color #50217F Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #50217F

Tints of Blue Diamond #50217F

Color information

#50217F (or 0x50217F) is unknown color: approx Blue Diamond. HEX triplet: 50, 21 and 7F. RGB value is (80,33,127). Sum of RGB (Red+Green+Blue) = 80+33+127=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #50217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #50217F is #AFDE80. Grayscale: #393939. Windows color (decimal): -11525761 or 8331600. OLE color: 8331600.

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

Color convert

RGB8033127-
CMYK0.370.7400.50
HSL270º58.75%31.37%-
HSV(B)270º74.02%49.8%-
XYZ7.684.3320.51-
YUV57.77167.07143.86-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.33%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 127 (50% from 255) = 52.92%
R=33.33%
G=13.75%
B=52.92%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal80331270.370.7400.5027058.7531.37
Hex50217F254A03210e3b1f
Octal12041177451120624167337
Binary101000010000111111111001011001010011001010000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #50217F;
 }
 .AnyTagClassName
 {
   color: #50217F;
 }
</style>
background-color css

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

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

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

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

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

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