#402998

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

Shades of Blue Gem #402998

Tints of Blue Gem #402998

Color information

#402998 (or 0x402998) is unknown color: approx Blue Gem. HEX triplet: 40, 29 and 98. RGB value is (64,41,152). Sum of RGB (Red+Green+Blue) = 64+41+152=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #402998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402998 is #BFD667. Grayscale: #3C3C3C. Windows color (decimal): -12572264 or 9972032. OLE color: 9972032.

HSL color Cylindrical-coordinate representation of color #402998: hue angle of 252.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402998 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6441152-
CMYK0.580.7300.40
HSL252.43º57.51%37.84%-
HSV(B)252.43º73.03%59.61%-
XYZ8.574.9430.21-
YUV60.53179.62130.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 41 (16.41% from 255) = 15.95%
BLUE value IS 152 (59.77% from 255) = 59.14%
R=24.90%
G=15.95%
B=59.14%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64411520.580.7300.40252.4357.5137.84
Hex4029983A49028fc3a26
Octal10051230721110503747246
Binary1000000101001100110001110101001001010100011111100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402998; }

 p { color: rgb(64,41,152); }

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

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

 a { background-color: rgb(64,41,152); }

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

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

 span { border-color: rgb(64,41,152); }

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