#51306E

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

Shades of Blue Diamond #51306E

Tints of Blue Diamond #51306E

Color information

#51306E (or 0x51306E) is unknown color: approx Blue Diamond. HEX triplet: 51, 30 and 6E. RGB value is (81,48,110). Sum of RGB (Red+Green+Blue) = 81+48+110=239 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.89% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 110 - color contains mainly: blue. Hex color #51306E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51306E is #AECF91. Grayscale: #404040. Windows color (decimal): -11456402 or 7221329. OLE color: 7221329.

HSL color Cylindrical-coordinate representation of color #51306E: hue angle of 271.94º 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 #51306E is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8148110-
CMYK0.260.5600.57
HSL271.94º39.24%30.98%-
HSV(B)271.94º56.36%43.14%-
XYZ7.264.9915.33-
YUV64.94153.43139.46-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 33.89%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=33.89%
G=20.08%
B=46.03%

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
Decimal81481100.260.5600.57271.9439.2430.98
Hex51306E1A38039110271f
Octal1216015632700714204737
Binary1010001110000110111011010111000011100110001000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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