#402393

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

Shades of Blue Gem #402393

Tints of Blue Gem #402393

Color information

#402393 (or 0x402393) is unknown color: approx Blue Gem. HEX triplet: 40, 23 and 93. RGB value is (64,35,147). Sum of RGB (Red+Green+Blue) = 64+35+147=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 147 (57.81% from 255 or 59.76% from 246); Max value from RGB is 147 - color contains mainly: blue. Hex color #402393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402393 is #BFDC6C. Grayscale: #383838. Windows color (decimal): -12573805 or 9642816. OLE color: 9642816.

HSL color Cylindrical-coordinate representation of color #402393: hue angle of 255.54º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #402393 is Cyan = 0.56, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6435147-
CMYK0.560.7600.42
HSL255.54º61.54%35.69%-
HSV(B)255.54º76.19%57.65%-
XYZ7.984.428.03-
YUV56.44179.11133.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.02%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 147 (57.81% from 255) = 59.76%
R=26.02%
G=14.23%
B=59.76%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64351470.560.7600.42255.5461.5435.69
Hex402393384C02A1003e24
Octal10043223701140524007644
Binary10000001000111001001111100010011000101010100000000111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402393; }

 p { color: rgb(64,35,147); }

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

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

 a { background-color: rgb(64,35,147); }

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

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

 span { border-color: rgb(64,35,147); }

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