Html Css Color HEX #402D54 Jagger

📋 copy color: '#402D54'

red 64 ◦ green 45 ◦ blue 84

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

Shades of Jagger #402D54

Tints of Jagger #402D54

RGB

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

 GREEN value IS 45 (17.97% from 255) = 23.32%

 BLUE value IS 84 (33.2% from 255) = 43.52%

R = 33.16%
G = 23.32%
B = 43.52%

CMYK

 C value IS 0.24

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402D54 (or 0x402D54) is known color: Jagger. HEX triplet: 40, 2D and 54. RGB value is (64,45,84). Sum of RGB (Red+Green+Blue) = 64+45+84=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 45 (17.97% from 255 or 23.32% from 193); Blue value is 84 (33.20% from 255 or 43.52% from 193); Max value from RGB is 84 - color contains mainly: blue. Hex color #402D54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D54 is #BFD2AB. Grayscale: #363636. Windows color (decimal): -12571308 or 5516608. OLE color: 5516608.

HSL color Cylindrical-coordinate representation of color #402D54: hue angle of 269.23º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #402D54 is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 45 84 -
CMYK 0.24 0.46 0 0.67
HSL 269.23º 0.3% 0.25% -
HSV(B) 269.23º 0.46% 0.33% -
XYZ 4.65 3.61 8.84 -
YUV 55.13 144.29 134.33 -
System Red Green Blue C M Y K H S L
Decimal 64 45 84 0.24 0.46 0 0.67 269.23 0.3 0.25
Hex 40 2D 54 18 2E 0 43 10D 1E 19
Octal 100 55 124 30 56 0 103 415 36 31
Binary 1000000 101101 1010100 11000 101110 0 1000011 100001101 11110 11001

Color Harmonies of #402D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D54

Black with #402D54

Text Example


Text Example

White with #402D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,45,84); }

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

background-color css

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

 a { background-color: rgb(64,45,84); }

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

border-color css

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

 span { border-color: rgb(64,45,84); }

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