#401DAA

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

Shades of Blue Gem #401DAA

Tints of Blue Gem #401DAA

Color information

#401DAA (or 0x401DAA) is unknown color: approx Blue Gem. HEX triplet: 40, 1D and AA. RGB value is (64,29,170). Sum of RGB (Red+Green+Blue) = 64+29+170=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 29 (11.72% from 255 or 11.03% from 263); Blue value is 170 (66.80% from 255 or 64.64% from 263); Max value from RGB is 170 - color contains mainly: blue. Hex color #401DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #401DAA is #BFE255. Grayscale: #373737. Windows color (decimal): -12575318 or 11148608. OLE color: 11148608.

HSL color Cylindrical-coordinate representation of color #401DAA: hue angle of 254.89º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #401DAA is Cyan = 0.62, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6429170-
CMYK0.620.8300.33
HSL254.89º70.85%39.02%-
HSV(B)254.89º82.94%66.67%-
XYZ9.814.8738.45-
YUV55.54192.6134.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.33%
GREEN value IS 29 (11.72% from 255) = 11.03%
BLUE value IS 170 (66.80% from 255) = 64.64%
R=24.33%
G=11.03%
B=64.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64291700.620.8300.33254.8970.8539.02
Hex401DAA3E53021ff4727
Octal100352527612304137710747
Binary1000000111011010101011111010100110100001111111111000111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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