Html Css Color HEX #402492 Blue Gem

📋 copy color: '#402492'

red 64 ◦ green 36 ◦ blue 146

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

Shades of Blue Gem #402492

Tints of Blue Gem #402492

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.63%

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

R = 26.02%
G = 14.63%
B = 59.35%

CMYK

 C value IS 0.56

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#402492 (or 0x402492) is known color: Blue Gem. HEX triplet: 40, 24 and 92. RGB value is (64,36,146). Sum of RGB (Red+Green+Blue) = 64+36+146=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 146 (57.42% from 255 or 59.35% from 246); Max value from RGB is 146 - color contains mainly: blue. Hex color #402492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402492 is #BFDB6D. Grayscale: #383838. Windows color (decimal): -12573550 or 9577536. OLE color: 9577536.

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

Color convert

RGB 64 36 146 -
CMYK 0.56 0.75 0 0.43
HSL 255.27º 0.6% 0.36% -
HSV(B) 255.27º 0.75% 0.57% -
XYZ 7.93 4.43 27.63 -
YUV 56.91 178.28 133.06 -
System Red Green Blue C M Y K H S L
Decimal 64 36 146 0.56 0.75 0 0.43 255.27 0.6 0.36
Hex 40 24 92 38 4B 0 2B FF 3C 24
Octal 100 44 222 70 113 0 53 377 74 44
Binary 1000000 100100 10010010 111000 1001011 0 101011 11111111 111100 100100

Color Harmonies of #402492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402492

Black with #402492

Text Example


Text Example

White with #402492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402492; }

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

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

background-color css

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

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

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

border-color css

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

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

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