#402891

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

Shades of Blue Gem #402891

Tints of Blue Gem #402891

Color information

#402891 (or 0x402891) is unknown color: approx Blue Gem. HEX triplet: 40, 28 and 91. RGB value is (64,40,145). Sum of RGB (Red+Green+Blue) = 64+40+145=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 40 (16.02% from 255 or 16.06% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #402891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402891 is #BFD76E. Grayscale: #3A3A3A. Windows color (decimal): -12572527 or 9513024. OLE color: 9513024.

HSL color Cylindrical-coordinate representation of color #402891: hue angle of 253.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402891 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6440145-
CMYK0.560.7200.43
HSL253.71º56.76%36.27%-
HSV(B)253.71º72.41%56.86%-
XYZ7.984.6527.27-
YUV59.15176.45131.46-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 40 (16.02% from 255) = 16.06%
BLUE value IS 145 (57.03% from 255) = 58.23%
R=25.70%
G=16.06%
B=58.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64401450.560.7200.43253.7156.7636.27
Hex402891384802Bfe3924
Octal10050221701100533767144
Binary1000000101000100100011110001001000010101111111110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402891; }

 p { color: rgb(64,40,145); }

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

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

 a { background-color: rgb(64,40,145); }

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

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

 span { border-color: rgb(64,40,145); }

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