#413499

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

Shades of Blue Gem #413499

Tints of Blue Gem #413499

Color information

#413499 (or 0x413499) is unknown color: approx Blue Gem. HEX triplet: 41, 34 and 99. RGB value is (65,52,153). Sum of RGB (Red+Green+Blue) = 65+52+153=270 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.07% from 270); Green value is 52 (20.70% from 255 or 19.26% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #413499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413499 is #BECB66. Grayscale: #434343. Windows color (decimal): -12503911 or 10040385. OLE color: 10040385.

HSL color Cylindrical-coordinate representation of color #413499: hue angle of 247.72º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413499 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6552153-
CMYK0.580.6600.4
HSL247.72º49.27%40.2%-
HSV(B)247.72º66.01%60%-
XYZ9.165.8830.79-
YUV67.4176.31126.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.07%
GREEN value IS 52 (20.70% from 255) = 19.26%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=24.07%
G=19.26%
B=56.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65521530.580.6600.4247.7249.2740.2
Hex4134993A42028f83128
Octal10164231721020503706150
Binary1000001110100100110011110101000010010100011111000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413499; }

 p { color: rgb(65,52,153); }

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

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

 a { background-color: rgb(65,52,153); }

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

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

 span { border-color: rgb(65,52,153); }

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