Html Css Color HEX #402A4B Jagger

📋 copy color: '#402A4B'

red 64 ◦ green 42 ◦ blue 75

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

Shades of Jagger #402A4B

Tints of Jagger #402A4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 41.44%

R = 35.36%
G = 23.2%
B = 41.44%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#402A4B (or 0x402A4B) is known color: Jagger. HEX triplet: 40, 2A and 4B. RGB value is (64,42,75). Sum of RGB (Red+Green+Blue) = 64+42+75=181 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.36% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 75 (29.69% from 255 or 41.44% from 181); Max value from RGB is 75 - color contains mainly: blue. Hex color #402A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #402A4B is #BFD5B4. Grayscale: #343434. Windows color (decimal): -12572085 or 4926016. OLE color: 4926016.

HSL color Cylindrical-coordinate representation of color #402A4B: hue angle of 280º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #402A4B is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 42 75 -
CMYK 0.15 0.44 0 0.71
HSL 280º 0.28% 0.23% -
HSV(B) 280º 0.44% 0.29% -
XYZ 4.21 3.25 7.06 -
YUV 52.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 64 42 75 0.15 0.44 0 0.71 280 0.28 0.23
Hex 40 2A 4B F 2C 0 47 118 1C 17
Octal 100 52 113 17 54 0 107 430 34 27
Binary 1000000 101010 1001011 1111 101100 0 1000111 100011000 11100 10111

Color Harmonies of #402A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A4B

Black with #402A4B

Text Example


Text Example

White with #402A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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