#413299

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

Shades of Blue Gem #413299

Tints of Blue Gem #413299

Color information

#413299 (or 0x413299) is unknown color: approx Blue Gem. HEX triplet: 41, 32 and 99. RGB value is (65,50,153). Sum of RGB (Red+Green+Blue) = 65+50+153=268 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.25% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #413299 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #413299 is #BECD66. Grayscale: #414141. Windows color (decimal): -12504423 or 10039873. OLE color: 10039873.

HSL color Cylindrical-coordinate representation of color #413299: hue angle of 248.74º degrees, saturation: 0.51, 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 #413299 is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6550153-
CMYK0.580.6700.4
HSL248.74º50.74%39.8%-
HSV(B)248.74º67.32%60%-
XYZ9.075.730.76-
YUV66.23176.97127.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.25%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 153 (60.16% from 255) = 57.09%
R=24.25%
G=18.66%
B=57.09%

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
Decimal65501530.580.6700.4248.7450.7439.8
Hex4132993A43028f93328
Octal10162231721030503716350
Binary1000001110010100110011110101000011010100011111001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413299; }

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

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

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

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

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

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

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

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