Html Css Color HEX #402B4C Jagger

📋 copy color: '#402B4C'

red 64 ◦ green 43 ◦ blue 76

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

Shades of Jagger #402B4C

Tints of Jagger #402B4C

RGB

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

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

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

R = 34.97%
G = 23.5%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#402B4C (or 0x402B4C) is known color: Jagger. HEX triplet: 40, 2B and 4C. RGB value is (64,43,76). Sum of RGB (Red+Green+Blue) = 64+43+76=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 76 (30.08% from 255 or 41.53% from 183); Max value from RGB is 76 - color contains mainly: blue. Hex color #402B4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402B4C is #BFD4B3. Grayscale: #343434. Windows color (decimal): -12571828 or 4991808. OLE color: 4991808.

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

Color convert

RGB 64 43 76 -
CMYK 0.16 0.43 0 0.70
HSL 278.18º 0.28% 0.23% -
HSV(B) 278.18º 0.43% 0.3% -
XYZ 4.28 3.34 7.26 -
YUV 53.04 140.96 135.82 -
System Red Green Blue C M Y K H S L
Decimal 64 43 76 0.16 0.43 0 0.70 278.18 0.28 0.23
Hex 40 2B 4C 10 2B 0 46 116 1C 17
Octal 100 53 114 20 53 0 106 426 34 27
Binary 1000000 101011 1001100 10000 101011 0 1000110 100010110 11100 10111

Color Harmonies of #402B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402B4C

Black with #402B4C

Text Example


Text Example

White with #402B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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