#51217F

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

Shades of Blue Diamond #51217F

Tints of Blue Diamond #51217F

Color information

#51217F (or 0x51217F) is unknown color: approx Blue Diamond. HEX triplet: 51, 21 and 7F. RGB value is (81,33,127). Sum of RGB (Red+Green+Blue) = 81+33+127=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 33 (13.28% from 255 or 13.69% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #51217F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51217F is #AEDE80. Grayscale: #393939. Windows color (decimal): -11460225 or 8331601. OLE color: 8331601.

HSL color Cylindrical-coordinate representation of color #51217F: hue angle of 270.64º 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 #51217F is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8133127-
CMYK0.360.7400.50
HSL270.64º58.75%31.37%-
HSV(B)270.64º74.02%49.8%-
XYZ7.774.3720.51-
YUV58.07166.9144.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.61%
GREEN value IS 33 (13.28% from 255) = 13.69%
BLUE value IS 127 (50% from 255) = 52.70%
R=33.61%
G=13.69%
B=52.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81331270.360.7400.50270.6458.7531.37
Hex51217F244A03210f3b1f
Octal12141177441120624177337
Binary101000110000111111111001001001010011001010000111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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