Html Css Color HEX #402D51 Jagger

📋 copy color: '#402D51'

red 64 ◦ green 45 ◦ blue 81

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

Shades of Jagger #402D51

Tints of Jagger #402D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 42.63%

R = 33.68%
G = 23.68%
B = 42.63%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402D51 (or 0x402D51) is known color: Jagger. HEX triplet: 40, 2D and 51. RGB value is (64,45,81). Sum of RGB (Red+Green+Blue) = 64+45+81=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 45 (17.97% from 255 or 23.68% from 190); Blue value is 81 (32.03% from 255 or 42.63% from 190); Max value from RGB is 81 - color contains mainly: blue. Hex color #402D51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D51 is #BFD2AE. Grayscale: #363636. Windows color (decimal): -12571311 or 5320000. OLE color: 5320000.

HSL color Cylindrical-coordinate representation of color #402D51: hue angle of 271.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402D51 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 64 45 81 -
CMYK 0.21 0.44 0 0.68
HSL 271.67º 0.29% 0.25% -
HSV(B) 271.67º 0.44% 0.32% -
XYZ 4.54 3.56 8.23 -
YUV 54.79 142.79 134.57 -
System Red Green Blue C M Y K H S L
Decimal 64 45 81 0.21 0.44 0 0.68 271.67 0.29 0.25
Hex 40 2D 51 15 2C 0 44 110 1D 19
Octal 100 55 121 25 54 0 104 420 35 31
Binary 1000000 101101 1010001 10101 101100 0 1000100 100010000 11101 11001

Color Harmonies of #402D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D51

Black with #402D51

Text Example


Text Example

White with #402D51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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