#41289B

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

Shades of Blue Gem #41289B

Tints of Blue Gem #41289B

Color information

#41289B (or 0x41289B) is unknown color: approx Blue Gem. HEX triplet: 41, 28 and 9B. RGB value is (65,40,155). Sum of RGB (Red+Green+Blue) = 65+40+155=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #41289B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41289B is #BED764. Grayscale: #3C3C3C. Windows color (decimal): -12506981 or 10168385. OLE color: 10168385.

HSL color Cylindrical-coordinate representation of color #41289B: hue angle of 253.04º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41289B is Cyan = 0.58, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6540155-
CMYK0.580.7400.39
HSL253.04º58.97%38.24%-
HSV(B)253.04º74.19%60.78%-
XYZ8.865.0131.51-
YUV60.58181.28131.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 40 (16.02% from 255) = 15.38%
BLUE value IS 155 (60.94% from 255) = 59.62%
R=25%
G=15.38%
B=59.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal65401550.580.7400.39253.0458.9738.24
Hex41289B3A4A027fd3b26
Octal10150233721120473757346
Binary1000001101000100110111110101001010010011111111101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41289B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41289B; }

 p { color: rgb(65,40,155); }

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

<style>
 a { background-color: #41289B; }

 a { background-color: rgb(65,40,155); }

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

<style>
 span { border-color: #41289B; }

 span { border-color: rgb(65,40,155); }

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