#401E9A

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

Shades of Blue Gem #401E9A

Tints of Blue Gem #401E9A

Color information

#401E9A (or 0x401E9A) is unknown color: approx Blue Gem. HEX triplet: 40, 1E and 9A. RGB value is (64,30,154). Sum of RGB (Red+Green+Blue) = 64+30+154=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 154 (60.55% from 255 or 62.10% from 248); Max value from RGB is 154 - color contains mainly: blue. Hex color #401E9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401E9A is #BFE165. Grayscale: #353535. Windows color (decimal): -12575078 or 10100288. OLE color: 10100288.

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

Color convert

RGB6430154-
CMYK0.580.8100.40
HSL256.45º67.39%36.08%-
HSV(B)256.45º80.52%60.39%-
XYZ8.414.3530.97-
YUV54.3184.26134.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.81%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 154 (60.55% from 255) = 62.10%
R=25.81%
G=12.10%
B=62.10%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal64301540.580.8100.40256.4567.3936.08
Hex401E9A3A510281004324
Octal100362327212105040010344
Binary10000001111010011010111010101000101010001000000001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401E9A; }

 p { color: rgb(64,30,154); }

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

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

 a { background-color: rgb(64,30,154); }

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

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

 span { border-color: rgb(64,30,154); }

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