Html Css Color HEX #403050 Jagger

📋 copy color: '#403050'

red 64 ◦ green 48 ◦ blue 80

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

Shades of Jagger #403050

Tints of Jagger #403050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25%

 BLUE value IS 80 (31.64% from 255) = 41.67%

R = 33.33%
G = 25%
B = 41.67%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#403050 (or 0x403050) is known color: Jagger. HEX triplet: 40, 30 and 50. RGB value is (64,48,80). Sum of RGB (Red+Green+Blue) = 64+48+80=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 48 (19.14% from 255 or 25% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #403050 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403050 is #BFCFAF. Grayscale: #383838. Windows color (decimal): -12570544 or 5255232. OLE color: 5255232.

HSL color Cylindrical-coordinate representation of color #403050: hue angle of 270º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403050 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 48 80 -
CMYK 0.20 0.40 0 0.69
HSL 270º 0.25% 0.25% -
HSV(B) 270º 0.4% 0.31% -
XYZ 4.62 3.78 8.08 -
YUV 56.43 141.3 133.4 -
System Red Green Blue C M Y K H S L
Decimal 64 48 80 0.20 0.40 0 0.69 270 0.25 0.25
Hex 40 30 50 14 28 0 45 10E 19 19
Octal 100 60 120 24 50 0 105 416 31 31
Binary 1000000 110000 1010000 10100 101000 0 1000101 100001110 11001 11001

Color Harmonies of #403050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403050

Black with #403050

Text Example


Text Example

White with #403050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403050; }

 p { color: rgb(64,48,80); }

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

background-color css

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

 a { background-color: rgb(64,48,80); }

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

border-color css

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

 span { border-color: rgb(64,48,80); }

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