#402E97

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

Shades of Blue Gem #402E97

Tints of Blue Gem #402E97

Color information

#402E97 (or 0x402E97) is unknown color: approx Blue Gem. HEX triplet: 40, 2E and 97. RGB value is (64,46,151). Sum of RGB (Red+Green+Blue) = 64+46+151=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 46 (18.36% from 255 or 17.62% from 261); Blue value is 151 (59.38% from 255 or 57.85% from 261); Max value from RGB is 151 - color contains mainly: blue. Hex color #402E97 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402E97 is #BFD168. Grayscale: #3E3E3E. Windows color (decimal): -12570985 or 9907776. OLE color: 9907776.

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

Color convert

RGB6446151-
CMYK0.580.7000.41
HSL250.29º53.3%38.63%-
HSV(B)250.29º69.54%59.22%-
XYZ8.685.2829.84-
YUV63.35177.46128.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 46 (18.36% from 255) = 17.62%
BLUE value IS 151 (59.38% from 255) = 57.85%
R=24.52%
G=17.62%
B=57.85%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64461510.580.7000.41250.2953.338.63
Hex402E973A46029fa3527
Octal10056227721060513726547
Binary1000000101110100101111110101000110010100111111010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402E97; }

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

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

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

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

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

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

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

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