Html Css Color HEX #40319E Blue Gem

📋 copy color: '#40319E'

red 64 ◦ green 49 ◦ blue 158

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

Shades of Blue Gem #40319E

Tints of Blue Gem #40319E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.3%

R = 23.62%
G = 18.08%
B = 58.3%

CMYK

 C value IS 0.59

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40319E (or 0x40319E) is known color: Blue Gem. HEX triplet: 40, 31 and 9E. RGB value is (64,49,158). Sum of RGB (Red+Green+Blue) = 64+49+158=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #40319E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40319E is #BFCE61. Grayscale: #414141. Windows color (decimal): -12570210 or 10367296. OLE color: 10367296.

HSL color Cylindrical-coordinate representation of color #40319E: hue angle of 248.26º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #40319E is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 49 158 -
CMYK 0.59 0.69 0 0.38
HSL 248.26º 0.53% 0.41% -
HSV(B) 248.26º 0.69% 0.62% -
XYZ 9.38 5.76 32.96 -
YUV 65.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 64 49 158 0.59 0.69 0 0.38 248.26 0.53 0.41
Hex 40 31 9E 3B 45 0 26 F8 35 29
Octal 100 61 236 73 105 0 46 370 65 51
Binary 1000000 110001 10011110 111011 1000101 0 100110 11111000 110101 101001

Color Harmonies of #40319E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40319E

Black with #40319E

Text Example


Text Example

White with #40319E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40319E; }

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

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

background-color css

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

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

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

border-color css

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

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

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