#402D90

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

Shades of Blue Gem #402D90

Tints of Blue Gem #402D90

Color information

#402D90 (or 0x402D90) is unknown color: approx Blue Gem. HEX triplet: 40, 2D and 90. RGB value is (64,45,144). Sum of RGB (Red+Green+Blue) = 64+45+144=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #402D90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402D90 is #BFD26F. Grayscale: #3D3D3D. Windows color (decimal): -12571248 or 9448768. OLE color: 9448768.

HSL color Cylindrical-coordinate representation of color #402D90: hue angle of 251.52º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #402D90 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6445144-
CMYK0.560.6900.44
HSL251.52º52.38%37.06%-
HSV(B)251.52º68.75%56.47%-
XYZ8.094.9826.92-
YUV61.97174.29129.45-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.30%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 144 (56.64% from 255) = 56.92%
R=25.30%
G=17.79%
B=56.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64451440.560.6900.44251.5252.3837.06
Hex402D90384502Cfc3425
Octal10055220701050543746445
Binary1000000101101100100001110001000101010110011111100110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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