#51296E

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

Shades of Blue Diamond #51296E

Tints of Blue Diamond #51296E

Color information

#51296E (or 0x51296E) is unknown color: approx Blue Diamond. HEX triplet: 51, 29 and 6E. RGB value is (81,41,110). Sum of RGB (Red+Green+Blue) = 81+41+110=232 (30% of max value = 765). Red value is 81 (32.03% from 255 or 34.91% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #51296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51296E is #AED691. Grayscale: #3C3C3C. Windows color (decimal): -11458194 or 7219537. OLE color: 7219537.

HSL color Cylindrical-coordinate representation of color #51296E: hue angle of 274.78º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51296E is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8141110-
CMYK0.260.6300.57
HSL274.78º45.7%29.61%-
HSV(B)274.78º62.73%43.14%-
XYZ74.4615.24-
YUV60.83155.75142.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 34.91%
GREEN value IS 41 (16.41% from 255) = 17.67%
BLUE value IS 110 (43.36% from 255) = 47.41%
R=34.91%
G=17.67%
B=47.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal81411100.260.6300.57274.7845.729.61
Hex51296E1A3F0391132e1e
Octal1215115632770714235636
Binary1010001101001110111011010111111011100110001001110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51296E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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