Html Css Color HEX #403350 Jagger

📋 copy color: '#403350'

red 64 ◦ green 51 ◦ blue 80

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

Shades of Jagger #403350

Tints of Jagger #403350

RGB

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

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

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

R = 32.82%
G = 26.15%
B = 41.03%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#403350 (or 0x403350) is known color: Jagger. HEX triplet: 40, 33 and 50. RGB value is (64,51,80). Sum of RGB (Red+Green+Blue) = 64+51+80=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 51 (20.31% from 255 or 26.15% from 195); Blue value is 80 (31.64% from 255 or 41.03% from 195); Max value from RGB is 80 - color contains mainly: blue. Hex color #403350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403350 is #BFCCAF. Grayscale: #3A3A3A. Windows color (decimal): -12569776 or 5256000. OLE color: 5256000.

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

Color convert

RGB 64 51 80 -
CMYK 0.20 0.36 0 0.69
HSL 266.9º 0.22% 0.26% -
HSV(B) 266.9º 0.36% 0.31% -
XYZ 4.75 4.04 8.12 -
YUV 58.19 140.31 132.14 -
System Red Green Blue C M Y K H S L
Decimal 64 51 80 0.20 0.36 0 0.69 266.9 0.22 0.26
Hex 40 33 50 14 24 0 45 10B 16 1A
Octal 100 63 120 24 44 0 105 413 26 32
Binary 1000000 110011 1010000 10100 100100 0 1000101 100001011 10110 11010

Color Harmonies of #403350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403350

Black with #403350

Text Example


Text Example

White with #403350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403350; }

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

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

background-color css

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

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

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

border-color css

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

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

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