Html Css Color HEX #403198 Blue Gem

📋 copy color: '#403198'

red 64 ◦ green 49 ◦ blue 152

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

Shades of Blue Gem #403198

Tints of Blue Gem #403198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 57.36%

R = 24.15%
G = 18.49%
B = 57.36%

CMYK

 C value IS 0.58

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#403198 (or 0x403198) is known color: Blue Gem. HEX triplet: 40, 31 and 98. RGB value is (64,49,152). Sum of RGB (Red+Green+Blue) = 64+49+152=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 49 (19.53% from 255 or 18.49% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #403198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403198 is #BFCE67. Grayscale: #404040. Windows color (decimal): -12570216 or 9974080. OLE color: 9974080.

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

Color convert

RGB 64 49 152 -
CMYK 0.58 0.68 0 0.40
HSL 248.74º 0.51% 0.39% -
HSV(B) 248.74º 0.68% 0.6% -
XYZ 8.88 5.55 30.31 -
YUV 65.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 64 49 152 0.58 0.68 0 0.40 248.74 0.51 0.39
Hex 40 31 98 3A 44 0 28 F9 33 27
Octal 100 61 230 72 104 0 50 371 63 47
Binary 1000000 110001 10011000 111010 1000100 0 101000 11111001 110011 100111

Color Harmonies of #403198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403198

Black with #403198

Text Example


Text Example

White with #403198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403198; }

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

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

background-color css

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

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

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

border-color css

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

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

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