Html Css Color HEX #403499 Blue Gem

📋 copy color: '#403499'

red 64 ◦ green 52 ◦ blue 153

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

Shades of Blue Gem #403499

Tints of Blue Gem #403499

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 153 (60.16% from 255) = 56.88%

R = 23.79%
G = 19.33%
B = 56.88%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#403499 (or 0x403499) is known color: Blue Gem. HEX triplet: 40, 34 and 99. RGB value is (64,52,153). Sum of RGB (Red+Green+Blue) = 64+52+153=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #403499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403499 is #BFCB66. Grayscale: #424242. Windows color (decimal): -12569447 or 10040384. OLE color: 10040384.

HSL color Cylindrical-coordinate representation of color #403499: hue angle of 247.13º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #403499 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 52 153 -
CMYK 0.58 0.66 0 0.4
HSL 247.13º 0.49% 0.4% -
HSV(B) 247.13º 0.66% 0.6% -
XYZ 9.09 5.85 30.79 -
YUV 67.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 64 52 153 0.58 0.66 0 0.4 247.13 0.49 0.4
Hex 40 34 99 3A 42 0 28 F7 31 28
Octal 100 64 231 72 102 0 50 367 61 50
Binary 1000000 110100 10011001 111010 1000010 0 101000 11110111 110001 101000

Color Harmonies of #403499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403499

Black with #403499

Text Example


Text Example

White with #403499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403499; }

 p { color: rgb(64,52,153); }

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

background-color css

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

 a { background-color: rgb(64,52,153); }

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

border-color css

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

 span { border-color: rgb(64,52,153); }

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