Html Css Color HEX #402F51 Jagger

📋 copy color: '#402F51'

red 64 ◦ green 47 ◦ blue 81

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

Shades of Jagger #402F51

Tints of Jagger #402F51

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.48%

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

R = 33.33%
G = 24.48%
B = 42.19%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#402F51 (or 0x402F51) is known color: Jagger. HEX triplet: 40, 2F and 51. RGB value is (64,47,81). Sum of RGB (Red+Green+Blue) = 64+47+81=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 47 (18.75% from 255 or 24.48% from 192); Blue value is 81 (32.03% from 255 or 42.19% from 192); Max value from RGB is 81 - color contains mainly: blue. Hex color #402F51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F51 is #BFD0AE. Grayscale: #373737. Windows color (decimal): -12570799 or 5320512. OLE color: 5320512.

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

Color convert

RGB 64 47 81 -
CMYK 0.21 0.42 0 0.68
HSL 270º 0.27% 0.25% -
HSV(B) 270º 0.42% 0.32% -
XYZ 4.62 3.72 8.26 -
YUV 55.96 142.13 133.74 -
System Red Green Blue C M Y K H S L
Decimal 64 47 81 0.21 0.42 0 0.68 270 0.27 0.25
Hex 40 2F 51 15 2A 0 44 10E 1B 19
Octal 100 57 121 25 52 0 104 416 33 31
Binary 1000000 101111 1010001 10101 101010 0 1000100 100001110 11011 11001

Color Harmonies of #402F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402F51

Black with #402F51

Text Example


Text Example

White with #402F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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