Html Css Color HEX #40319F Blue Gem

📋 copy color: '#40319F'

red 64 ◦ green 49 ◦ blue 159

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

Shades of Blue Gem #40319F

Tints of Blue Gem #40319F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 58.46%

R = 23.53%
G = 18.01%
B = 58.46%

CMYK

 C value IS 0.60

 M value IS 0.69

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#40319F (or 0x40319F) is known color: Blue Gem. HEX triplet: 40, 31 and 9F. RGB value is (64,49,159). Sum of RGB (Red+Green+Blue) = 64+49+159=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #40319F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40319F is #BFCE60. Grayscale: #414141. Windows color (decimal): -12570209 or 10432832. OLE color: 10432832.

HSL color Cylindrical-coordinate representation of color #40319F: hue angle of 248.18º 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 #40319F is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 64 49 159 -
CMYK 0.60 0.69 0 0.38
HSL 248.18º 0.53% 0.41% -
HSV(B) 248.18º 0.69% 0.62% -
XYZ 9.47 5.79 33.42 -
YUV 66.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 64 49 159 0.60 0.69 0 0.38 248.18 0.53 0.41
Hex 40 31 9F 3C 45 0 26 F8 35 29
Octal 100 61 237 74 105 0 46 370 65 51
Binary 1000000 110001 10011111 111100 1000101 0 100110 11111000 110101 101001

Color Harmonies of #40319F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40319F

Black with #40319F

Text Example


Text Example

White with #40319F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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