#41249F

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

Shades of Blue Gem #41249F

Tints of Blue Gem #41249F

Color information

#41249F (or 0x41249F) is unknown color: approx Blue Gem. HEX triplet: 41, 24 and 9F. RGB value is (65,36,159). Sum of RGB (Red+Green+Blue) = 65+36+159=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #41249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41249F is #BEDB60. Grayscale: #3A3A3A. Windows color (decimal): -12508001 or 10429505. OLE color: 10429505.

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

Color convert

RGB6536159-
CMYK0.590.7700.38
HSL254.15º63.08%38.24%-
HSV(B)254.15º77.36%62.35%-
XYZ9.074.8933.27-
YUV58.69184.61132.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 159 (62.5% from 255) = 61.15%
R=25%
G=13.85%
B=61.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65361590.590.7700.38254.1563.0838.24
Hex41249F3B4D026fe3f26
Octal10144237731150463767746
Binary1000001100100100111111110111001101010011011111110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41249F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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