Html Css Color HEX #402B51 Jagger

📋 copy color: '#402B51'

red 64 ◦ green 43 ◦ blue 81

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

Shades of Jagger #402B51

Tints of Jagger #402B51

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.87%

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

R = 34.04%
G = 22.87%
B = 43.09%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402B51 (or 0x402B51) is known color: Jagger. HEX triplet: 40, 2B and 51. RGB value is (64,43,81). Sum of RGB (Red+Green+Blue) = 64+43+81=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 43 (17.19% from 255 or 22.87% from 188); Blue value is 81 (32.03% from 255 or 43.09% from 188); Max value from RGB is 81 - color contains mainly: blue. Hex color #402B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B51 is #BFD4AE. Grayscale: #353535. Windows color (decimal): -12571823 or 5319488. OLE color: 5319488.

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

Color convert

RGB 64 43 81 -
CMYK 0.21 0.47 0 0.68
HSL 273.16º 0.31% 0.24% -
HSV(B) 273.16º 0.47% 0.32% -
XYZ 4.46 3.41 8.21 -
YUV 53.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 64 43 81 0.21 0.47 0 0.68 273.16 0.31 0.24
Hex 40 2B 51 15 2F 0 44 111 1F 18
Octal 100 53 121 25 57 0 104 421 37 30
Binary 1000000 101011 1010001 10101 101111 0 1000100 100010001 11111 11000

Color Harmonies of #402B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B51

Black with #402B51

Text Example


Text Example

White with #402B51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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