#4019A2

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

Shades of Blue Gem #4019A2

Tints of Blue Gem #4019A2

Color information

#4019A2 (or 0x4019A2) is unknown color: approx Blue Gem. HEX triplet: 40, 19 and A2. RGB value is (64,25,162). Sum of RGB (Red+Green+Blue) = 64+25+162=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 162 (63.67% from 255 or 64.54% from 251); Max value from RGB is 162 - color contains mainly: blue. Hex color #4019A2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4019A2 is #BFE65D. Grayscale: #333333. Windows color (decimal): -12576350 or 10623296. OLE color: 10623296.

HSL color Cylindrical-coordinate representation of color #4019A2: hue angle of 257.08º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4019A2 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6425162-
CMYK0.600.8500.36
HSL257.08º73.26%36.67%-
HSV(B)257.08º84.57%63.53%-
XYZ8.984.3934.56-
YUV52.28189.92136.36-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 25.50%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 162 (63.67% from 255) = 64.54%
R=25.50%
G=9.96%
B=64.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64251620.600.8500.36257.0873.2636.67
Hex4019A23C550241014925
Octal100312427412504440111145
Binary10000001100110100010111100101010101001001000000011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4019A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4019A2; }

 p { color: rgb(64,25,162); }

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

<style>
 a { background-color: #4019A2; }

 a { background-color: rgb(64,25,162); }

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

<style>
 span { border-color: #4019A2; }

 span { border-color: rgb(64,25,162); }

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