#401FA5

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

Shades of Blue Gem #401FA5

Tints of Blue Gem #401FA5

Color information

#401FA5 (or 0x401FA5) is unknown color: approx Blue Gem. HEX triplet: 40, 1F and A5. RGB value is (64,31,165). Sum of RGB (Red+Green+Blue) = 64+31+165=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 165 (64.84% from 255 or 63.46% from 260); Max value from RGB is 165 - color contains mainly: blue. Hex color #401FA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401FA5 is #BFE05A. Grayscale: #373737. Windows color (decimal): -12574811 or 10821440. OLE color: 10821440.

HSL color Cylindrical-coordinate representation of color #401FA5: hue angle of 254.78º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #401FA5 is Cyan = 0.61, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6431165-
CMYK0.610.8100.35
HSL254.78º68.37%38.43%-
HSV(B)254.78º81.21%64.71%-
XYZ9.44.7936.03-
YUV56.14189.43133.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.62%
GREEN value IS 31 (12.5% from 255) = 11.92%
BLUE value IS 165 (64.84% from 255) = 63.46%
R=24.62%
G=11.92%
B=63.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal64311650.610.8100.35254.7868.3738.43
Hex401FA53D51023ff4426
Octal100372457512104337710446
Binary1000000111111010010111110110100010100011111111111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,31,165); }

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

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

 a { background-color: rgb(64,31,165); }

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

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

 span { border-color: rgb(64,31,165); }

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