Html Css Color HEX #403197 Blue Gem

📋 copy color: '#403197'

red 64 ◦ green 49 ◦ blue 151

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

Shades of Blue Gem #403197

Tints of Blue Gem #403197

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.56%

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

R = 24.24%
G = 18.56%
B = 57.2%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#403197 (or 0x403197) is known color: Blue Gem. HEX triplet: 40, 31 and 97. RGB value is (64,49,151). Sum of RGB (Red+Green+Blue) = 64+49+151=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 151 (59.38% from 255 or 57.20% from 264); Max value from RGB is 151 - color contains mainly: blue. Hex color #403197 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403197 is #BFCE68. Grayscale: #404040. Windows color (decimal): -12570217 or 9908544. OLE color: 9908544.

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

Color convert

RGB 64 49 151 -
CMYK 0.58 0.68 0 0.41
HSL 248.82º 0.51% 0.39% -
HSV(B) 248.82º 0.68% 0.59% -
XYZ 8.8 5.52 29.88 -
YUV 65.11 176.47 127.21 -
System Red Green Blue C M Y K H S L
Decimal 64 49 151 0.58 0.68 0 0.41 248.82 0.51 0.39
Hex 40 31 97 3A 44 0 29 F9 33 27
Octal 100 61 227 72 104 0 51 371 63 47
Binary 1000000 110001 10010111 111010 1000100 0 101001 11111001 110011 100111

Color Harmonies of #403197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403197

Black with #403197

Text Example


Text Example

White with #403197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403197; }

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

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

background-color css

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

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

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

border-color css

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

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

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