Html Css Color HEX #402992 Blue Gem

📋 copy color: '#402992'

red 64 ◦ green 41 ◦ blue 146

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

Shades of Blue Gem #402992

Tints of Blue Gem #402992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.33%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 25.5%
G = 16.33%
B = 58.17%

CMYK

 C value IS 0.56

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402992 (or 0x402992) is known color: Blue Gem. HEX triplet: 40, 29 and 92. RGB value is (64,41,146). Sum of RGB (Red+Green+Blue) = 64+41+146=251 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.50% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #402992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402992 is #BFD66D. Grayscale: #3B3B3B. Windows color (decimal): -12572270 or 9578816. OLE color: 9578816.

HSL color Cylindrical-coordinate representation of color #402992: hue angle of 253.14º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #402992 is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 64 41 146 -
CMYK 0.56 0.72 0 0.43
HSL 253.14º 0.56% 0.37% -
HSV(B) 253.14º 0.72% 0.57% -
XYZ 8.1 4.75 27.68 -
YUV 59.85 176.62 130.96 -
System Red Green Blue C M Y K H S L
Decimal 64 41 146 0.56 0.72 0 0.43 253.14 0.56 0.37
Hex 40 29 92 38 48 0 2B FD 38 25
Octal 100 51 222 70 110 0 53 375 70 45
Binary 1000000 101001 10010010 111000 1001000 0 101011 11111101 111000 100101

Color Harmonies of #402992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402992

Black with #402992

Text Example


Text Example

White with #402992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402992; }

 p { color: rgb(64,41,146); }

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

background-color css

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

 a { background-color: rgb(64,41,146); }

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

border-color css

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

 span { border-color: rgb(64,41,146); }

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