Html Css Color HEX #402D53 Jagger

📋 copy color: '#402D53'

red 64 ◦ green 45 ◦ blue 83

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

Shades of Jagger #402D53

Tints of Jagger #402D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 43.23%

R = 33.33%
G = 23.44%
B = 43.23%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402D53 (or 0x402D53) is known color: Jagger. HEX triplet: 40, 2D and 53. RGB value is (64,45,83). Sum of RGB (Red+Green+Blue) = 64+45+83=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 45 (17.97% from 255 or 23.44% from 192); Blue value is 83 (32.81% from 255 or 43.23% from 192); Max value from RGB is 83 - color contains mainly: blue. Hex color #402D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D53 is #BFD2AC. Grayscale: #363636. Windows color (decimal): -12571309 or 5451072. OLE color: 5451072.

HSL color Cylindrical-coordinate representation of color #402D53: hue angle of 270º 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 #402D53 is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 45 83 -
CMYK 0.23 0.46 0 0.67
HSL 270º 0.3% 0.25% -
HSV(B) 270º 0.46% 0.33% -
XYZ 4.61 3.59 8.63 -
YUV 55.01 143.79 134.41 -
System Red Green Blue C M Y K H S L
Decimal 64 45 83 0.23 0.46 0 0.67 270 0.3 0.25
Hex 40 2D 53 17 2E 0 43 10E 1E 19
Octal 100 55 123 27 56 0 103 416 36 31
Binary 1000000 101101 1010011 10111 101110 0 1000011 100001110 11110 11001

Color Harmonies of #402D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402D53

Black with #402D53

Text Example


Text Example

White with #402D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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