#403197

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

Shades of Blue Gem #403197

Tints of Blue Gem #403197

Color information

#403197 (or 0x403197) is unknown color: approx Blue Gem. HEX triplet: 40, 31 and 97. RGB value is (64,49,151). Sum of RGB (Red+Green+Blue) = 64+49+151=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #403197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403197 is #BFCE68. Grayscale: #404040. Windows color (decimal): -12570217 or 9908544. OLE color: 9908544.

HSL color Cylindrical-coordinate representation of color #403197: hue angle of 248.82º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #403197 is Cyan = 0.58, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6449151-
CMYK0.580.6800.41
HSL248.82º51%39.22%-
HSV(B)248.82º67.55%59.22%-
XYZ8.85.5229.88-
YUV65.11176.47127.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.24%
GREEN value IS 49 (19.53% from 255) = 18.56%
BLUE value IS 151 (59.38% from 255) = 57.20%
R=24.24%
G=18.56%
B=57.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64491510.580.6800.41248.825139.22
Hex4031973A44029f93327
Octal10061227721040513716347
Binary1000000110001100101111110101000100010100111111001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403197; }

 p { color: rgb(64,49,151); }

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

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

 a { background-color: rgb(64,49,151); }

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

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

 span { border-color: rgb(64,49,151); }

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