#51419A

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

Shades of Blue Gem #51419A

Tints of Blue Gem #51419A

Color information

#51419A (or 0x51419A) is unknown color: approx Blue Gem. HEX triplet: 51, 41 and 9A. RGB value is (81,65,154). Sum of RGB (Red+Green+Blue) = 81+65+154=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 65 (25.78% from 255 or 21.67% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #51419A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51419A is #AEBE65. Grayscale: #4F4F4F. Windows color (decimal): -11452006 or 10109265. OLE color: 10109265.

HSL color Cylindrical-coordinate representation of color #51419A: hue angle of 250.79º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51419A is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8165154-
CMYK0.470.5800.40
HSL250.79º40.64%42.94%-
HSV(B)250.79º57.79%60.39%-
XYZ11.127.8631.5-
YUV79.93169.8128.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 65 (25.78% from 255) = 21.67%
BLUE value IS 154 (60.55% from 255) = 51.33%
R=27%
G=21.67%
B=51.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81651540.470.5800.40250.7940.6442.94
Hex51419A2F3A028fb292b
Octal12110123257720503735153
Binary1010001100000110011010101111111010010100011111011101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51419A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51419A; }

 p { color: rgb(81,65,154); }

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

<style>
 a { background-color: #51419A; }

 a { background-color: rgb(81,65,154); }

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

<style>
 span { border-color: #51419A; }

 span { border-color: rgb(81,65,154); }

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