#41259D

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

Shades of Blue Gem #41259D

Tints of Blue Gem #41259D

Color information

#41259D (or 0x41259D) is unknown color: approx Blue Gem. HEX triplet: 41, 25 and 9D. RGB value is (65,37,157). Sum of RGB (Red+Green+Blue) = 65+37+157=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #41259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41259D is #BEDA62. Grayscale: #3A3A3A. Windows color (decimal): -12507747 or 10298689. OLE color: 10298689.

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

Color convert

RGB6537157-
CMYK0.590.7600.38
HSL254º61.86%38.04%-
HSV(B)254º76.43%61.57%-
XYZ8.934.8832.37-
YUV59.05183.28132.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25.10%
GREEN value IS 37 (14.84% from 255) = 14.29%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=25.10%
G=14.29%
B=60.62%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65371570.590.7600.3825461.8638.04
Hex41259D3B4C026fe3e26
Octal10145235731140463767646
Binary1000001100101100111011110111001100010011011111110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41259D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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