#41319F

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

Shades of Blue Gem #41319F

Tints of Blue Gem #41319F

Color information

#41319F (or 0x41319F) is unknown color: approx Blue Gem. HEX triplet: 41, 31 and 9F. RGB value is (65,49,159). Sum of RGB (Red+Green+Blue) = 65+49+159=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #41319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41319F is #BECE60. Grayscale: #414141. Windows color (decimal): -12504673 or 10432833. OLE color: 10432833.

HSL color Cylindrical-coordinate representation of color #41319F: hue angle of 248.73º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41319F is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6549159-
CMYK0.590.6900.38
HSL248.73º52.88%40.78%-
HSV(B)248.73º69.18%62.35%-
XYZ9.545.8233.42-
YUV66.32180.3127.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.81%
GREEN value IS 49 (19.53% from 255) = 17.95%
BLUE value IS 159 (62.5% from 255) = 58.24%
R=23.81%
G=17.95%
B=58.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65491590.590.6900.38248.7352.8840.78
Hex41319F3B45026f93529
Octal10161237731050463716551
Binary1000001110001100111111110111000101010011011111001110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41319F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41319F; }

 p { color: rgb(65,49,159); }

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

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

 a { background-color: rgb(65,49,159); }

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

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

 span { border-color: rgb(65,49,159); }

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