Html Css Color HEX #402CA2 Blue Gem

📋 copy color: '#402CA2'

red 64 ◦ green 44 ◦ blue 162

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

Shades of Blue Gem #402CA2

Tints of Blue Gem #402CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.3%

 BLUE value IS 162 (63.67% from 255) = 60%

R = 23.7%
G = 16.3%
B = 60%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#402CA2 (or 0x402CA2) is known color: Blue Gem. HEX triplet: 40, 2C and A2. RGB value is (64,44,162). Sum of RGB (Red+Green+Blue) = 64+44+162=270 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.70% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 162 (63.67% from 255 or 60% from 270); Max value from RGB is 162 - color contains mainly: blue. Hex color #402CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402CA2 is #BFD35D. Grayscale: #3E3E3E. Windows color (decimal): -12571486 or 10628160. OLE color: 10628160.

HSL color Cylindrical-coordinate representation of color #402CA2: hue angle of 250.17º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402CA2 is Cyan = 0.60, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 44 162 -
CMYK 0.60 0.73 0 0.36
HSL 250.17º 0.57% 0.4% -
HSV(B) 250.17º 0.73% 0.64% -
XYZ 9.54 5.5 34.74 -
YUV 63.43 183.63 128.41 -
System Red Green Blue C M Y K H S L
Decimal 64 44 162 0.60 0.73 0 0.36 250.17 0.57 0.4
Hex 40 2C A2 3C 49 0 24 FA 39 28
Octal 100 54 242 74 111 0 44 372 71 50
Binary 1000000 101100 10100010 111100 1001001 0 100100 11111010 111001 101000

Color Harmonies of #402CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402CA2

Black with #402CA2

Text Example


Text Example

White with #402CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,44,162); }

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

background-color css

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

 a { background-color: rgb(64,44,162); }

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

border-color css

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

 span { border-color: rgb(64,44,162); }

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