Html Css Color HEX #4021AB Blue Gem

📋 copy color: '#4021AB'

red 64 ◦ green 33 ◦ blue 171

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

Shades of Blue Gem #4021AB

Tints of Blue Gem #4021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 63.81%

R = 23.88%
G = 12.31%
B = 63.81%

CMYK

 C value IS 0.63

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4021AB (or 0x4021AB) is known color: Blue Gem. HEX triplet: 40, 21 and AB. RGB value is (64,33,171). Sum of RGB (Red+Green+Blue) = 64+33+171=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 171 (67.19% from 255 or 63.81% from 268); Max value from RGB is 171 - color contains mainly: blue. Hex color #4021AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4021AB is #BFDE54. Grayscale: #393939. Windows color (decimal): -12574293 or 11215168. OLE color: 11215168.

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

Color convert

RGB 64 33 171 -
CMYK 0.63 0.81 0 0.33
HSL 253.48º 0.68% 0.4% -
HSV(B) 253.48º 0.81% 0.67% -
XYZ 10.01 5.12 38.99 -
YUV 58 191.77 132.28 -
System Red Green Blue C M Y K H S L
Decimal 64 33 171 0.63 0.81 0 0.33 253.48 0.68 0.4
Hex 40 21 AB 3F 51 0 21 FD 44 28
Octal 100 41 253 77 121 0 41 375 104 50
Binary 1000000 100001 10101011 111111 1010001 0 100001 11111101 1000100 101000

Color Harmonies of #4021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4021AB

Black with #4021AB

Text Example


Text Example

White with #4021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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