#401D9C

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

Shades of Blue Gem #401D9C

Tints of Blue Gem #401D9C

Color information

#401D9C (or 0x401D9C) is unknown color: approx Blue Gem. HEX triplet: 40, 1D and 9C. RGB value is (64,29,156). Sum of RGB (Red+Green+Blue) = 64+29+156=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 156 (61.33% from 255 or 62.65% from 249); Max value from RGB is 156 - color contains mainly: blue. Hex color #401D9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401D9C is #BFE263. Grayscale: #353535. Windows color (decimal): -12575332 or 10231104. OLE color: 10231104.

HSL color Cylindrical-coordinate representation of color #401D9C: hue angle of 256.54º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401D9C is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6429156-
CMYK0.590.8100.39
HSL256.54º68.65%36.27%-
HSV(B)256.54º81.41%61.18%-
XYZ8.554.3731.84-
YUV53.94185.6135.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.70%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 156 (61.33% from 255) = 62.65%
R=25.70%
G=11.65%
B=62.65%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64291560.590.8100.39256.5468.6536.27
Hex401D9C3B510271014524
Octal100352347312104740110544
Binary10000001110110011100111011101000101001111000000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,156); }

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

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

 a { background-color: rgb(64,29,156); }

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

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

 span { border-color: rgb(64,29,156); }

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