Html Css Color HEX #4020AB Blue Gem

📋 copy color: '#4020AB'

red 64 ◦ green 32 ◦ blue 171

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

Shades of Blue Gem #4020AB

Tints of Blue Gem #4020AB

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.99%

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

R = 23.97%
G = 11.99%
B = 64.04%

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

#4020AB (or 0x4020AB) is known color: Blue Gem. HEX triplet: 40, 20 and AB. RGB value is (64,32,171). Sum of RGB (Red+Green+Blue) = 64+32+171=267 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.97% from 267); Green value is 32 (12.89% from 255 or 11.99% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #4020AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4020AB is #BFDF54. Grayscale: #383838. Windows color (decimal): -12574549 or 11214912. OLE color: 11214912.

HSL color Cylindrical-coordinate representation of color #4020AB: hue angle of 253.81º 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 #4020AB is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 64 32 171 -
CMYK 0.63 0.81 0 0.33
HSL 253.81º 0.68% 0.4% -
HSV(B) 253.81º 0.81% 0.67% -
XYZ 9.98 5.06 38.98 -
YUV 57.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 64 32 171 0.63 0.81 0 0.33 253.81 0.68 0.4
Hex 40 20 AB 3F 51 0 21 FE 44 28
Octal 100 40 253 77 121 0 41 376 104 50
Binary 1000000 100000 10101011 111111 1010001 0 100001 11111110 1000100 101000

Color Harmonies of #4020AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020AB

Black with #4020AB

Text Example


Text Example

White with #4020AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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