Html Css Color HEX #402449 Jagger

📋 copy color: '#402449'

red 64 ◦ green 36 ◦ blue 73

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

Shades of Jagger #402449

Tints of Jagger #402449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

 BLUE value IS 73 (28.91% from 255) = 42.2%

R = 36.99%
G = 20.81%
B = 42.2%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#402449 (or 0x402449) is known color: Jagger. HEX triplet: 40, 24 and 49. RGB value is (64,36,73). Sum of RGB (Red+Green+Blue) = 64+36+73=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 73 (28.91% from 255 or 42.20% from 173); Max value from RGB is 73 - color contains mainly: blue. Hex color #402449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402449 is #BFDBB6. Grayscale: #303030. Windows color (decimal): -12573623 or 4793408. OLE color: 4793408.

HSL color Cylindrical-coordinate representation of color #402449: hue angle of 285.41º degrees, saturation: 0.34, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #402449 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 36 73 -
CMYK 0.12 0.51 0 0.71
HSL 285.41º 0.34% 0.21% -
HSV(B) 285.41º 0.51% 0.29% -
XYZ 3.95 2.83 6.64 -
YUV 48.59 141.78 138.99 -
System Red Green Blue C M Y K H S L
Decimal 64 36 73 0.12 0.51 0 0.71 285.41 0.34 0.21
Hex 40 24 49 C 33 0 47 11D 22 15
Octal 100 44 111 14 63 0 107 435 42 25
Binary 1000000 100100 1001001 1100 110011 0 1000111 100011101 100010 10101

Color Harmonies of #402449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402449

Black with #402449

Text Example


Text Example

White with #402449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402449; }

 p { color: rgb(64,36,73); }

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

background-color css

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

 a { background-color: rgb(64,36,73); }

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

border-color css

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

 span { border-color: rgb(64,36,73); }

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