#412791

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

Shades of Blue Gem #412791

Tints of Blue Gem #412791

Color information

#412791 (or 0x412791) is unknown color: approx Blue Gem. HEX triplet: 41, 27 and 91. RGB value is (65,39,145). Sum of RGB (Red+Green+Blue) = 65+39+145=249 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.10% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #412791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #412791 is #BED86E. Grayscale: #3A3A3A. Windows color (decimal): -12507247 or 9512769. OLE color: 9512769.

HSL color Cylindrical-coordinate representation of color #412791: hue angle of 254.72º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #412791 is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6539145-
CMYK0.550.7300.43
HSL254.72º57.61%36.08%-
HSV(B)254.72º73.1%56.86%-
XYZ8.024.6227.26-
YUV58.86176.61132.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 26.10%
GREEN value IS 39 (15.62% from 255) = 15.66%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=26.10%
G=15.66%
B=58.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65391450.550.7300.43254.7257.6136.08
Hex412791374902Bff3a24
Octal10147221671110533777244
Binary1000001100111100100011101111001001010101111111111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412791; }

 p { color: rgb(65,39,145); }

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

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

 a { background-color: rgb(65,39,145); }

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

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

 span { border-color: rgb(65,39,145); }

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