#4024A1

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

Shades of Blue Gem #4024A1

Tints of Blue Gem #4024A1

Color information

#4024A1 (or 0x4024A1) is unknown color: approx Blue Gem. HEX triplet: 40, 24 and A1. RGB value is (64,36,161). Sum of RGB (Red+Green+Blue) = 64+36+161=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 161 (63.28% from 255 or 61.69% from 261); Max value from RGB is 161 - color contains mainly: blue. Hex color #4024A1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4024A1 is #BFDB5E. Grayscale: #3A3A3A. Windows color (decimal): -12573535 or 10560576. OLE color: 10560576.

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

Color convert

RGB6436161-
CMYK0.600.7800.37
HSL253.44º63.45%38.63%-
HSV(B)253.44º77.64%63.14%-
XYZ9.184.9234.19-
YUV58.62185.78131.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.52%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 161 (63.28% from 255) = 61.69%
R=24.52%
G=13.79%
B=61.69%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal64361610.600.7800.37253.4463.4538.63
Hex4024A13C4E025fd3f27
Octal10044241741160453757747
Binary1000000100100101000011111001001110010010111111101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4024A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4024A1; }

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

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

<style>
 a { background-color: #4024A1; }

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

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

<style>
 span { border-color: #4024A1; }

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

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