Html Css Color HEX #4019A2 Blue Gem

📋 copy color: '#4019A2'

red 64 ◦ green 25 ◦ blue 162

#4019A2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4019A2

Tints of Blue Gem #4019A2

RGB

 RED value IS 64 (25.39% from 255) = 25.5%

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 162 (63.67% from 255) = 64.54%

R = 25.5%
G = 9.96%
B = 64.54%

CMYK

 C value IS 0.60

 M value IS 0.85

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4019A2 (or 0x4019A2) is known color: 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

RGB 64 25 162 -
CMYK 0.60 0.85 0 0.36
HSL 257.08º 0.73% 0.37% -
HSV(B) 257.08º 0.85% 0.64% -
XYZ 8.98 4.39 34.56 -
YUV 52.28 189.92 136.36 -
System Red Green Blue C M Y K H S L
Decimal 64 25 162 0.60 0.85 0 0.36 257.08 0.73 0.37
Hex 40 19 A2 3C 55 0 24 101 49 25
Octal 100 31 242 74 125 0 44 401 111 45
Binary 1000000 11001 10100010 111100 1010101 0 100100 100000001 1001001 100101

Color Harmonies of #4019A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4019A2

Black with #4019A2

Text Example


Text Example

White with #4019A2

Text Example


Text Example

HTML Codes & Css Web 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>