#51237F

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

Shades of Blue Diamond #51237F

Tints of Blue Diamond #51237F

Color information

#51237F (or 0x51237F) is unknown color: approx Blue Diamond. HEX triplet: 51, 23 and 7F. RGB value is (81,35,127). Sum of RGB (Red+Green+Blue) = 81+35+127=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #51237F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51237F is #AEDC80. Grayscale: #3A3A3A. Windows color (decimal): -11459713 or 8332113. OLE color: 8332113.

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

Color convert

RGB8135127-
CMYK0.360.7200.50
HSL270º56.79%31.76%-
HSV(B)270º72.44%49.8%-
XYZ7.834.4820.53-
YUV59.24166.24143.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 127 (50% from 255) = 52.26%
R=33.33%
G=14.40%
B=52.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81351270.360.7200.5027056.7931.76
Hex51237F244803210e3920
Octal12143177441100624167140
Binary1010001100011111111110010010010000110010100001110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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