#402590

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

Shades of Blue Gem #402590

Tints of Blue Gem #402590

Color information

#402590 (or 0x402590) is unknown color: approx Blue Gem. HEX triplet: 40, 25 and 90. RGB value is (64,37,144). Sum of RGB (Red+Green+Blue) = 64+37+144=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 37 (14.84% from 255 or 15.10% from 245); Blue value is 144 (56.64% from 255 or 58.78% from 245); Max value from RGB is 144 - color contains mainly: blue. Hex color #402590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402590 is #BFDA6F. Grayscale: #383838. Windows color (decimal): -12573296 or 9446720. OLE color: 9446720.

HSL color Cylindrical-coordinate representation of color #402590: hue angle of 255.14º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402590 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6437144-
CMYK0.560.7400.44
HSL255.14º59.12%35.49%-
HSV(B)255.14º74.31%56.47%-
XYZ7.814.4326.83-
YUV57.27176.95132.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.12%
GREEN value IS 37 (14.84% from 255) = 15.10%
BLUE value IS 144 (56.64% from 255) = 58.78%
R=26.12%
G=15.10%
B=58.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64371440.560.7400.44255.1459.1235.49
Hex402590384A02Cff3b23
Octal10045220701120543777343
Binary1000000100101100100001110001001010010110011111111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402590; }

 p { color: rgb(64,37,144); }

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

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

 a { background-color: rgb(64,37,144); }

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

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

 span { border-color: rgb(64,37,144); }

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