Html Css Color HEX #402998 Blue Gem

📋 copy color: '#402998'

red 64 ◦ green 41 ◦ blue 152

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

Shades of Blue Gem #402998

Tints of Blue Gem #402998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 24.9%
G = 15.95%
B = 59.14%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#402998 (or 0x402998) is known color: Blue Gem. HEX triplet: 40, 29 and 98. RGB value is (64,41,152). Sum of RGB (Red+Green+Blue) = 64+41+152=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #402998 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402998 is #BFD667. Grayscale: #3C3C3C. Windows color (decimal): -12572264 or 9972032. OLE color: 9972032.

HSL color Cylindrical-coordinate representation of color #402998: hue angle of 252.43º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #402998 is Cyan = 0.58, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 41 152 -
CMYK 0.58 0.73 0 0.40
HSL 252.43º 0.58% 0.38% -
HSV(B) 252.43º 0.73% 0.6% -
XYZ 8.57 4.94 30.21 -
YUV 60.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 64 41 152 0.58 0.73 0 0.40 252.43 0.58 0.38
Hex 40 29 98 3A 49 0 28 FC 3A 26
Octal 100 51 230 72 111 0 50 374 72 46
Binary 1000000 101001 10011000 111010 1001001 0 101000 11111100 111010 100110

Color Harmonies of #402998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402998

Black with #402998

Text Example


Text Example

White with #402998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402998; }

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

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

background-color css

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

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

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

border-color css

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

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

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