Html Css Color HEX #402A4C Jagger

📋 copy color: '#402A4C'

red 64 ◦ green 42 ◦ blue 76

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

Shades of Jagger #402A4C

Tints of Jagger #402A4C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.08%

 BLUE value IS 76 (30.08% from 255) = 41.76%

R = 35.16%
G = 23.08%
B = 41.76%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#402A4C (or 0x402A4C) is known color: Jagger. HEX triplet: 40, 2A and 4C. RGB value is (64,42,76). Sum of RGB (Red+Green+Blue) = 64+42+76=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 76 - color contains mainly: blue. Hex color #402A4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A4C is #BFD5B3. Grayscale: #343434. Windows color (decimal): -12572084 or 4991552. OLE color: 4991552.

HSL color Cylindrical-coordinate representation of color #402A4C: hue angle of 278.82º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #402A4C is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 42 76 -
CMYK 0.16 0.45 0 0.70
HSL 278.82º 0.29% 0.23% -
HSV(B) 278.82º 0.45% 0.3% -
XYZ 4.25 3.27 7.24 -
YUV 52.45 141.29 136.24 -
System Red Green Blue C M Y K H S L
Decimal 64 42 76 0.16 0.45 0 0.70 278.82 0.29 0.23
Hex 40 2A 4C 10 2D 0 46 117 1D 17
Octal 100 52 114 20 55 0 106 427 35 27
Binary 1000000 101010 1001100 10000 101101 0 1000110 100010111 11101 10111

Color Harmonies of #402A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A4C

Black with #402A4C

Text Example


Text Example

White with #402A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,42,76); }

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

background-color css

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

 a { background-color: rgb(64,42,76); }

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

border-color css

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

 span { border-color: rgb(64,42,76); }

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