#41309F

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

Shades of Blue Gem #41309F

Tints of Blue Gem #41309F

Color information

#41309F (or 0x41309F) is unknown color: approx Blue Gem. HEX triplet: 41, 30 and 9F. RGB value is (65,48,159). Sum of RGB (Red+Green+Blue) = 65+48+159=272 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.90% from 272); Green value is 48 (19.14% from 255 or 17.65% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #41309F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41309F is #BECF60. Grayscale: #414141. Windows color (decimal): -12504929 or 10432577. OLE color: 10432577.

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

Color convert

RGB6548159-
CMYK0.590.7000.38
HSL249.19º53.62%40.59%-
HSV(B)249.19º69.81%62.35%-
XYZ9.495.7433.41-
YUV65.74180.63127.47-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.90%
GREEN value IS 48 (19.14% from 255) = 17.65%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=23.90%
G=17.65%
B=58.46%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65481590.590.7000.38249.1953.6240.59
Hex41309F3B46026f93629
Octal10160237731060463716651
Binary1000001110000100111111110111000110010011011111001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41309F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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