Html Css Color HEX #403195 Blue Gem

📋 copy color: '#403195'

red 64 ◦ green 49 ◦ blue 149

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

Shades of Blue Gem #403195

Tints of Blue Gem #403195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 56.87%

R = 24.43%
G = 18.7%
B = 56.87%

CMYK

 C value IS 0.57

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#403195 (or 0x403195) is known color: Blue Gem. HEX triplet: 40, 31 and 95. RGB value is (64,49,149). Sum of RGB (Red+Green+Blue) = 64+49+149=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #403195 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403195 is #BFCE6A. Grayscale: #404040. Windows color (decimal): -12570219 or 9777472. OLE color: 9777472.

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

Color convert

RGB 64 49 149 -
CMYK 0.57 0.67 0 0.42
HSL 249º 0.51% 0.39% -
HSV(B) 249º 0.67% 0.58% -
XYZ 8.64 5.46 29.03 -
YUV 64.89 175.47 127.37 -
System Red Green Blue C M Y K H S L
Decimal 64 49 149 0.57 0.67 0 0.42 249 0.51 0.39
Hex 40 31 95 39 43 0 2A F9 33 27
Octal 100 61 225 71 103 0 52 371 63 47
Binary 1000000 110001 10010101 111001 1000011 0 101010 11111001 110011 100111

Color Harmonies of #403195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403195

Black with #403195

Text Example


Text Example

White with #403195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403195; }

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

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

background-color css

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

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

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

border-color css

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

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

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