#41389F

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

Shades of Blue Gem #41389F

Tints of Blue Gem #41389F

Color information

#41389F (or 0x41389F) is unknown color: approx Blue Gem. HEX triplet: 41, 38 and 9F. RGB value is (65,56,159). Sum of RGB (Red+Green+Blue) = 65+56+159=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 159 (62.5% from 255 or 56.79% from 280); Max value from RGB is 159 - color contains mainly: blue. Hex color #41389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #41389F is #BEC760. Grayscale: #464646. Windows color (decimal): -12502881 or 10434625. OLE color: 10434625.

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

Color convert

RGB6556159-
CMYK0.590.6500.38
HSL245.24º47.91%42.16%-
HSV(B)245.24º64.78%62.35%-
XYZ9.856.4633.53-
YUV70.43177.98124.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 159 (62.5% from 255) = 56.79%
R=23.21%
G=20%
B=56.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65561590.590.6500.38245.2447.9142.16
Hex41389F3B41026f5302a
Octal10170237731010463656052
Binary1000001111000100111111110111000001010011011110101110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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