#401AA1

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

Shades of Blue Gem #401AA1

Tints of Blue Gem #401AA1

Color information

#401AA1 (or 0x401AA1) is unknown color: approx Blue Gem. HEX triplet: 40, 1A and A1. RGB value is (64,26,161). Sum of RGB (Red+Green+Blue) = 64+26+161=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 161 (63.28% from 255 or 64.14% from 251); Max value from RGB is 161 - color contains mainly: blue. Hex color #401AA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401AA1 is #BFE55E. Grayscale: #343434. Windows color (decimal): -12576095 or 10558016. OLE color: 10558016.

HSL color Cylindrical-coordinate representation of color #401AA1: hue angle of 256.89º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401AA1 is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB6426161-
CMYK0.600.8400.37
HSL256.89º72.19%36.67%-
HSV(B)256.89º83.85%63.14%-
XYZ8.924.434.1-
YUV52.75189.09136.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 26 (10.55% from 255) = 10.36%
BLUE value IS 161 (63.28% from 255) = 64.14%
R=25.50%
G=10.36%
B=64.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64261610.600.8400.37256.8972.1936.67
Hex401AA13C540251014825
Octal100322417412404540111045
Binary10000001101010100001111100101010001001011000000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,26,161); }

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

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

 a { background-color: rgb(64,26,161); }

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

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

 span { border-color: rgb(64,26,161); }

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