#51409D

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

Shades of Blue Gem #51409D

Tints of Blue Gem #51409D

Color information

#51409D (or 0x51409D) is unknown color: approx Blue Gem. HEX triplet: 51, 40 and 9D. RGB value is (81,64,157). Sum of RGB (Red+Green+Blue) = 81+64+157=302 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.82% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #51409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51409D is #AEBF62. Grayscale: #4F4F4F. Windows color (decimal): -11452259 or 10305617. OLE color: 10305617.

HSL color Cylindrical-coordinate representation of color #51409D: hue angle of 250.97º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #51409D is Cyan = 0.48, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8164157-
CMYK0.480.5900.38
HSL250.97º42.08%43.33%-
HSV(B)250.97º59.24%61.57%-
XYZ11.317.8532.82-
YUV79.68171.63128.94-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.82%
GREEN value IS 64 (25.39% from 255) = 21.19%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=26.82%
G=21.19%
B=51.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81641570.480.5900.38250.9742.0843.33
Hex51409D303B026fb2a2b
Octal12110023560730463735253
Binary1010001100000010011101110000111011010011011111011101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,64,157); }

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

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

 a { background-color: rgb(81,64,157); }

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

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

 span { border-color: rgb(81,64,157); }

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