Html Css Color HEX #4020AA Blue Gem

📋 copy color: '#4020AA'

red 64 ◦ green 32 ◦ blue 170

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

Shades of Blue Gem #4020AA

Tints of Blue Gem #4020AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.91%

R = 24.06%
G = 12.03%
B = 63.91%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4020AA (or 0x4020AA) is known color: Blue Gem. HEX triplet: 40, 20 and AA. RGB value is (64,32,170). Sum of RGB (Red+Green+Blue) = 64+32+170=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 32 (12.89% from 255 or 12.03% from 266); Blue value is 170 (66.80% from 255 or 63.91% from 266); Max value from RGB is 170 - color contains mainly: blue. Hex color #4020AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4020AA is #BFDF55. Grayscale: #383838. Windows color (decimal): -12574550 or 11149376. OLE color: 11149376.

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

Color convert

RGB 64 32 170 -
CMYK 0.62 0.81 0 0.33
HSL 253.91º 0.68% 0.4% -
HSV(B) 253.91º 0.81% 0.67% -
XYZ 9.89 5.03 38.48 -
YUV 57.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 64 32 170 0.62 0.81 0 0.33 253.91 0.68 0.4
Hex 40 20 AA 3E 51 0 21 FE 44 28
Octal 100 40 252 76 121 0 41 376 104 50
Binary 1000000 100000 10101010 111110 1010001 0 100001 11111110 1000100 101000

Color Harmonies of #4020AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4020AA

Black with #4020AA

Text Example


Text Example

White with #4020AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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