Html Css Color HEX #4021AE Blue Gem

📋 copy color: '#4021AE'

red 64 ◦ green 33 ◦ blue 174

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

Shades of Blue Gem #4021AE

Tints of Blue Gem #4021AE

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.18%

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 23.62%
G = 12.18%
B = 64.21%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4021AE (or 0x4021AE) is known color: Blue Gem. HEX triplet: 40, 21 and AE. RGB value is (64,33,174). Sum of RGB (Red+Green+Blue) = 64+33+174=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #4021AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4021AE is #BFDE51. Grayscale: #393939. Windows color (decimal): -12574290 or 11411776. OLE color: 11411776.

HSL color Cylindrical-coordinate representation of color #4021AE: hue angle of 253.19º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4021AE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 64 33 174 -
CMYK 0.63 0.81 0 0.32
HSL 253.19º 0.68% 0.41% -
HSV(B) 253.19º 0.81% 0.68% -
XYZ 10.3 5.23 40.51 -
YUV 58.34 193.27 132.04 -
System Red Green Blue C M Y K H S L
Decimal 64 33 174 0.63 0.81 0 0.32 253.19 0.68 0.41
Hex 40 21 AE 3F 51 0 20 FD 44 29
Octal 100 41 256 77 121 0 40 375 104 51
Binary 1000000 100001 10101110 111111 1010001 0 100000 11111101 1000100 101001

Color Harmonies of #4021AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021AE

Black with #4021AE

Text Example


Text Example

White with #4021AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4021AE; }

 p { color: rgb(64,33,174); }

 H1.HeaderClassName
 {
   color: #4021AE;
 }
 .AnyTagClassName
 {
   color: #4021AE;
 }
</style>

background-color css

<style>
 a { background-color: #4021AE; }

 a { background-color: rgb(64,33,174); }

 div.DivClassName
 {
   background-color: #4021AE;
 }
 .BgClassName
 {
   background-color: #4021AE;
 }
</style>

border-color css

<style>
 span { border-color: #4021AE; }

 span { border-color: rgb(64,33,174); }

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