#413AA1

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

Shades of Blue Gem #413AA1

Tints of Blue Gem #413AA1

Color information

#413AA1 (or 0x413AA1) is unknown color: approx Blue Gem. HEX triplet: 41, 3A and A1. RGB value is (65,58,161). Sum of RGB (Red+Green+Blue) = 65+58+161=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 161 (63.28% from 255 or 56.69% from 284); Max value from RGB is 161 - color contains mainly: blue. Hex color #413AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413AA1 is #BEC55E. Grayscale: #474747. Windows color (decimal): -12502367 or 10566209. OLE color: 10566209.

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

Color convert

RGB6558161-
CMYK0.600.6400.37
HSL244.08º47.03%42.94%-
HSV(B)244.08º63.98%63.14%-
XYZ10.136.7234.48-
YUV71.83178.32123.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 58 (23.05% from 255) = 20.42%
BLUE value IS 161 (63.28% from 255) = 56.69%
R=22.89%
G=20.42%
B=56.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal65581610.600.6400.37244.0847.0342.94
Hex413AA13C40025f42f2b
Octal10172241741000453645753
Binary1000001111010101000011111001000000010010111110100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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