#51306D

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

Shades of Blue Diamond #51306D

Tints of Blue Diamond #51306D

Color information

#51306D (or 0x51306D) is unknown color: approx Blue Diamond. HEX triplet: 51, 30 and 6D. RGB value is (81,48,109). Sum of RGB (Red+Green+Blue) = 81+48+109=238 (31% of max value = 765). Red value is 81 (32.03% from 255 or 34.03% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 109 - color contains mainly: blue. Hex color #51306D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51306D is #AECF92. Grayscale: #404040. Windows color (decimal): -11456403 or 7155793. OLE color: 7155793.

HSL color Cylindrical-coordinate representation of color #51306D: hue angle of 272.46º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51306D is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8148109-
CMYK0.260.5600.57
HSL272.46º38.85%30.78%-
HSV(B)272.46º55.96%42.75%-
XYZ7.214.9715.05-
YUV64.82152.93139.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.03%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 109 (42.97% from 255) = 45.80%
R=34.03%
G=20.17%
B=45.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81481090.260.5600.57272.4638.8530.78
Hex51306D1A38039110271f
Octal1216015532700714204737
Binary1010001110000110110111010111000011100110001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51306D; }

 p { color: rgb(81,48,109); }

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

<style>
 a { background-color: #51306D; }

 a { background-color: rgb(81,48,109); }

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

<style>
 span { border-color: #51306D; }

 span { border-color: rgb(81,48,109); }

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