#401C9B

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

Shades of Blue Gem #401C9B

Tints of Blue Gem #401C9B

Color information

#401C9B (or 0x401C9B) is unknown color: approx Blue Gem. HEX triplet: 40, 1C and 9B. RGB value is (64,28,155). Sum of RGB (Red+Green+Blue) = 64+28+155=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 28 (11.33% from 255 or 11.34% from 247); Blue value is 155 (60.94% from 255 or 62.75% from 247); Max value from RGB is 155 - color contains mainly: blue. Hex color #401C9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401C9B is #BFE364. Grayscale: #343434. Windows color (decimal): -12575589 or 10165312. OLE color: 10165312.

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

Color convert

RGB6428155-
CMYK0.590.8200.39
HSL257.01º69.4%35.88%-
HSV(B)257.01º81.94%60.78%-
XYZ8.454.2931.39-
YUV53.24185.43135.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.91%
GREEN value IS 28 (11.33% from 255) = 11.34%
BLUE value IS 155 (60.94% from 255) = 62.75%
R=25.91%
G=11.34%
B=62.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal64281550.590.8200.39257.0169.435.88
Hex401C9B3B520271014524
Octal100342337312204740110544
Binary10000001110010011011111011101001001001111000000011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,28,155); }

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

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

 a { background-color: rgb(64,28,155); }

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

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

 span { border-color: rgb(64,28,155); }

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