Html Css Color HEX #402AA0 Blue Gem

📋 copy color: '#402AA0'

red 64 ◦ green 42 ◦ blue 160

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

Shades of Blue Gem #402AA0

Tints of Blue Gem #402AA0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.79%

 BLUE value IS 160 (62.89% from 255) = 60.15%

R = 24.06%
G = 15.79%
B = 60.15%

CMYK

 C value IS 0.6

 M value IS 0.74

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#402AA0 (or 0x402AA0) is known color: Blue Gem. HEX triplet: 40, 2A and A0. RGB value is (64,42,160). Sum of RGB (Red+Green+Blue) = 64+42+160=266 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.06% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 160 (62.89% from 255 or 60.15% from 266); Max value from RGB is 160 - color contains mainly: blue. Hex color #402AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402AA0 is #BFD55F. Grayscale: #3D3D3D. Windows color (decimal): -12572000 or 10496576. OLE color: 10496576.

HSL color Cylindrical-coordinate representation of color #402AA0: hue angle of 251.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #402AA0 is Cyan = 0.6, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 64 42 160 -
CMYK 0.6 0.74 0 0.37
HSL 251.19º 0.58% 0.4% -
HSV(B) 251.19º 0.74% 0.63% -
XYZ 9.29 5.28 33.79 -
YUV 62.03 183.29 129.41 -
System Red Green Blue C M Y K H S L
Decimal 64 42 160 0.6 0.74 0 0.37 251.19 0.58 0.4
Hex 40 2A A0 3C 4A 0 25 FB 3A 28
Octal 100 52 240 74 112 0 45 373 72 50
Binary 1000000 101010 10100000 111100 1001010 0 100101 11111011 111010 101000

Color Harmonies of #402AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402AA0

Black with #402AA0

Text Example


Text Example

White with #402AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402AA0; }

 p { color: rgb(64,42,160); }

 H1.HeaderClassName
 {
   color: #402AA0;
 }
 .AnyTagClassName
 {
   color: #402AA0;
 }
</style>

background-color css

<style>
 a { background-color: #402AA0; }

 a { background-color: rgb(64,42,160); }

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

border-color css

<style>
 span { border-color: #402AA0; }

 span { border-color: rgb(64,42,160); }

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