Html Css Color HEX #402997 Blue Gem

📋 copy color: '#402997'

red 64 ◦ green 41 ◦ blue 151

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

Shades of Blue Gem #402997

Tints of Blue Gem #402997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.98%

R = 25%
G = 16.02%
B = 58.98%

CMYK

 C value IS 0.58

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#402997 (or 0x402997) is known color: Blue Gem. HEX triplet: 40, 29 and 97. RGB value is (64,41,151). Sum of RGB (Red+Green+Blue) = 64+41+151=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 151 (59.38% from 255 or 58.98% from 256); Max value from RGB is 151 - color contains mainly: blue. Hex color #402997 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #402997 is #BFD668. Grayscale: #3C3C3C. Windows color (decimal): -12572265 or 9906496. OLE color: 9906496.

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

Color convert

RGB 64 41 151 -
CMYK 0.58 0.73 0 0.41
HSL 252.55º 0.57% 0.38% -
HSV(B) 252.55º 0.73% 0.59% -
XYZ 8.49 4.91 29.78 -
YUV 60.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 64 41 151 0.58 0.73 0 0.41 252.55 0.57 0.38
Hex 40 29 97 3A 49 0 29 FD 39 26
Octal 100 51 227 72 111 0 51 375 71 46
Binary 1000000 101001 10010111 111010 1001001 0 101001 11111101 111001 100110

Color Harmonies of #402997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402997

Black with #402997

Text Example


Text Example

White with #402997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402997; }

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

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

background-color css

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

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

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

border-color css

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

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

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