Html Css Color HEX #402D50 Jagger

📋 copy color: '#402D50'

red 64 ◦ green 45 ◦ blue 80

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

Shades of Jagger #402D50

Tints of Jagger #402D50

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.81%

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

R = 33.86%
G = 23.81%
B = 42.33%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#402D50 (or 0x402D50) is known color: Jagger. HEX triplet: 40, 2D and 50. RGB value is (64,45,80). Sum of RGB (Red+Green+Blue) = 64+45+80=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 80 (31.64% from 255 or 42.33% from 189); Max value from RGB is 80 - color contains mainly: blue. Hex color #402D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D50 is #BFD2AF. Grayscale: #363636. Windows color (decimal): -12571312 or 5254464. OLE color: 5254464.

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

Color convert

RGB 64 45 80 -
CMYK 0.20 0.44 0 0.69
HSL 272.57º 0.28% 0.25% -
HSV(B) 272.57º 0.44% 0.31% -
XYZ 4.5 3.55 8.04 -
YUV 54.67 142.29 134.65 -
System Red Green Blue C M Y K H S L
Decimal 64 45 80 0.20 0.44 0 0.69 272.57 0.28 0.25
Hex 40 2D 50 14 2C 0 45 111 1C 19
Octal 100 55 120 24 54 0 105 421 34 31
Binary 1000000 101101 1010000 10100 101100 0 1000101 100010001 11100 11001

Color Harmonies of #402D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D50

Black with #402D50

Text Example


Text Example

White with #402D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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