#413399

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

Shades of Blue Gem #413399

Tints of Blue Gem #413399

Color information

#413399 (or 0x413399) is unknown color: approx Blue Gem. HEX triplet: 41, 33 and 99. RGB value is (65,51,153). Sum of RGB (Red+Green+Blue) = 65+51+153=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #413399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413399 is #BECC66. Grayscale: #424242. Windows color (decimal): -12504167 or 10040129. OLE color: 10040129.

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

Color convert

RGB6551153-
CMYK0.580.6700.4
HSL248.24º50%40%-
HSV(B)248.24º66.67%60%-
XYZ9.115.7930.77-
YUV66.81176.64126.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.16%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 153 (60.16% from 255) = 56.88%
R=24.16%
G=18.96%
B=56.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal65511530.580.6700.4248.245040
Hex4133993A43028f83228
Octal10163231721030503706250
Binary1000001110011100110011110101000011010100011111000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413399; }

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

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

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

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

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

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

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

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