#413BA5

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

Shades of Blue Gem #413BA5

Tints of Blue Gem #413BA5

Color information

#413BA5 (or 0x413BA5) is unknown color: approx Blue Gem. HEX triplet: 41, 3B and A5. RGB value is (65,59,165). Sum of RGB (Red+Green+Blue) = 65+59+165=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 59 (23.44% from 255 or 20.42% from 289); Blue value is 165 (64.84% from 255 or 57.09% from 289); Max value from RGB is 165 - color contains mainly: blue. Hex color #413BA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413BA5 is #BEC45A. Grayscale: #484848. Windows color (decimal): -12502107 or 10828609. OLE color: 10828609.

HSL color Cylindrical-coordinate representation of color #413BA5: hue angle of 243.4º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #413BA5 is Cyan = 0.61, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6559165-
CMYK0.610.6400.35
HSL243.4º47.32%43.92%-
HSV(B)243.4º64.24%64.71%-
XYZ10.546.9736.39-
YUV72.88179.99122.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 59 (23.44% from 255) = 20.42%
BLUE value IS 165 (64.84% from 255) = 57.09%
R=22.49%
G=20.42%
B=57.09%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal65591650.610.6400.35243.447.3243.92
Hex413BA53D40023f32f2c
Octal10173245751000433635754
Binary1000001111011101001011111011000000010001111110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,59,165); }

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

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

 a { background-color: rgb(65,59,165); }

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

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

 span { border-color: rgb(65,59,165); }

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