#41259E

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

Shades of Blue Gem #41259E

Tints of Blue Gem #41259E

Color information

#41259E (or 0x41259E) is unknown color: approx Blue Gem. HEX triplet: 41, 25 and 9E. RGB value is (65,37,158). Sum of RGB (Red+Green+Blue) = 65+37+158=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 158 (62.11% from 255 or 60.77% from 260); Max value from RGB is 158 - color contains mainly: blue. Hex color #41259E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41259E is #BEDA61. Grayscale: #3A3A3A. Windows color (decimal): -12507746 or 10364225. OLE color: 10364225.

HSL color Cylindrical-coordinate representation of color #41259E: hue angle of 253.88º degrees, saturation: 0.62, 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 #41259E is Cyan = 0.59, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6537158-
CMYK0.590.7700.38
HSL253.88º62.05%38.24%-
HSV(B)253.88º76.58%61.96%-
XYZ9.014.9232.82-
YUV59.17183.78132.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 14.23%
BLUE value IS 158 (62.11% from 255) = 60.77%
R=25%
G=14.23%
B=60.77%

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
Decimal65371580.590.7700.38253.8862.0538.24
Hex41259E3B4D026fe3e26
Octal10145236731150463767646
Binary1000001100101100111101110111001101010011011111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41259E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41259E; }

 p { color: rgb(65,37,158); }

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

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

 a { background-color: rgb(65,37,158); }

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

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

 span { border-color: rgb(65,37,158); }

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