#403099

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

Shades of Blue Gem #403099

Tints of Blue Gem #403099

Color information

#403099 (or 0x403099) is unknown color: approx Blue Gem. HEX triplet: 40, 30 and 99. RGB value is (64,48,153). Sum of RGB (Red+Green+Blue) = 64+48+153=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #403099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403099 is #BFCF66. Grayscale: #404040. Windows color (decimal): -12570471 or 10039360. OLE color: 10039360.

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

Color convert

RGB6448153-
CMYK0.580.6900.4
HSL249.14º52.24%39.41%-
HSV(B)249.14º68.63%60%-
XYZ8.925.530.73-
YUV64.75177.8127.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.15%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=24.15%
G=18.11%
B=57.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64481530.580.6900.4249.1452.2439.41
Hex4030993A45028f93427
Octal10060231721050503716447
Binary1000000110000100110011110101000101010100011111001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403099; }

 p { color: rgb(64,48,153); }

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

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

 a { background-color: rgb(64,48,153); }

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

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

 span { border-color: rgb(64,48,153); }

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