Html Css Color HEX #40319B Blue Gem

📋 copy color: '#40319B'

red 64 ◦ green 49 ◦ blue 155

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

Shades of Blue Gem #40319B

Tints of Blue Gem #40319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 23.88%
G = 18.28%
B = 57.84%

CMYK

 C value IS 0.59

 M value IS 0.68

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#40319B (or 0x40319B) is known color: Blue Gem. HEX triplet: 40, 31 and 9B. RGB value is (64,49,155). Sum of RGB (Red+Green+Blue) = 64+49+155=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #40319B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40319B is #BFCE64. Grayscale: #414141. Windows color (decimal): -12570213 or 10170688. OLE color: 10170688.

HSL color Cylindrical-coordinate representation of color #40319B: hue angle of 248.49º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40319B is Cyan = 0.59, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 64 49 155 -
CMYK 0.59 0.68 0 0.39
HSL 248.49º 0.52% 0.4% -
HSV(B) 248.49º 0.68% 0.61% -
XYZ 9.13 5.65 31.62 -
YUV 65.57 178.47 126.88 -
System Red Green Blue C M Y K H S L
Decimal 64 49 155 0.59 0.68 0 0.39 248.49 0.52 0.4
Hex 40 31 9B 3B 44 0 27 F8 34 28
Octal 100 61 233 73 104 0 47 370 64 50
Binary 1000000 110001 10011011 111011 1000100 0 100111 11111000 110100 101000

Color Harmonies of #40319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40319B

Black with #40319B

Text Example


Text Example

White with #40319B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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