Html Css Color HEX #402DA2 Blue Gem

📋 copy color: '#402DA2'

red 64 ◦ green 45 ◦ blue 162

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

Shades of Blue Gem #402DA2

Tints of Blue Gem #402DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.61%

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

R = 23.62%
G = 16.61%
B = 59.78%

CMYK

 C value IS 0.60

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#402DA2 (or 0x402DA2) is known color: Blue Gem. HEX triplet: 40, 2D and A2. RGB value is (64,45,162). Sum of RGB (Red+Green+Blue) = 64+45+162=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 162 (63.67% from 255 or 59.78% from 271); Max value from RGB is 162 - color contains mainly: blue. Hex color #402DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402DA2 is #BFD25D. Grayscale: #3F3F3F. Windows color (decimal): -12571230 or 10628416. OLE color: 10628416.

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

Color convert

RGB 64 45 162 -
CMYK 0.60 0.72 0 0.36
HSL 249.74º 0.57% 0.41% -
HSV(B) 249.74º 0.72% 0.64% -
XYZ 9.57 5.58 34.75 -
YUV 64.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 64 45 162 0.60 0.72 0 0.36 249.74 0.57 0.41
Hex 40 2D A2 3C 48 0 24 FA 39 29
Octal 100 55 242 74 110 0 44 372 71 51
Binary 1000000 101101 10100010 111100 1001000 0 100100 11111010 111001 101001

Color Harmonies of #402DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402DA2

Black with #402DA2

Text Example


Text Example

White with #402DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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