#413A9F

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

Shades of Blue Gem #413A9F

Tints of Blue Gem #413A9F

Color information

#413A9F (or 0x413A9F) is unknown color: approx Blue Gem. HEX triplet: 41, 3A and 9F. RGB value is (65,58,159). Sum of RGB (Red+Green+Blue) = 65+58+159=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 58 (23.05% from 255 or 20.57% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #413A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413A9F is #BEC560. Grayscale: #474747. Windows color (decimal): -12502369 or 10435137. OLE color: 10435137.

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

Color convert

RGB6558159-
CMYK0.590.6400.38
HSL244.16º46.54%42.55%-
HSV(B)244.16º63.52%62.35%-
XYZ9.956.6533.56-
YUV71.61177.32123.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 58 (23.05% from 255) = 20.57%
BLUE value IS 159 (62.5% from 255) = 56.38%
R=23.05%
G=20.57%
B=56.38%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65581590.590.6400.38244.1646.5442.55
Hex413A9F3B40026f42f2b
Octal10172237731000463645753
Binary1000001111010100111111110111000000010011011110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413A9F; }

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

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

<style>
 a { background-color: #413A9F; }

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

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

<style>
 span { border-color: #413A9F; }

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

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