Html Css Color HEX #403399 Blue Gem

📋 copy color: '#403399'

red 64 ◦ green 51 ◦ blue 153

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

Shades of Blue Gem #403399

Tints of Blue Gem #403399

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 23.88%
G = 19.03%
B = 57.09%

CMYK

 C value IS 0.58

 M value IS 0.67

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#403399 (or 0x403399) is known color: Blue Gem. HEX triplet: 40, 33 and 99. RGB value is (64,51,153). Sum of RGB (Red+Green+Blue) = 64+51+153=268 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.88% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 153 (60.16% from 255 or 57.09% from 268); Max value from RGB is 153 - color contains mainly: blue. Hex color #403399 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #403399 is #BFCC66. Grayscale: #424242. Windows color (decimal): -12569703 or 10040128. OLE color: 10040128.

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

Color convert

RGB 64 51 153 -
CMYK 0.58 0.67 0 0.4
HSL 247.65º 0.5% 0.4% -
HSV(B) 247.65º 0.67% 0.6% -
XYZ 9.05 5.76 30.77 -
YUV 66.52 176.81 126.21 -
System Red Green Blue C M Y K H S L
Decimal 64 51 153 0.58 0.67 0 0.4 247.65 0.5 0.4
Hex 40 33 99 3A 43 0 28 F8 32 28
Octal 100 63 231 72 103 0 50 370 62 50
Binary 1000000 110011 10011001 111010 1000011 0 101000 11111000 110010 101000

Color Harmonies of #403399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403399

Black with #403399

Text Example


Text Example

White with #403399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403399; }

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

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

background-color css

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

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

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

border-color css

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

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

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