Html Css Color HEX #402A53 Jagger

📋 copy color: '#402A53'

red 64 ◦ green 42 ◦ blue 83

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

Shades of Jagger #402A53

Tints of Jagger #402A53

RGB

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

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

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

R = 33.86%
G = 22.22%
B = 43.92%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402A53 (or 0x402A53) is known color: Jagger. HEX triplet: 40, 2A and 53. RGB value is (64,42,83). Sum of RGB (Red+Green+Blue) = 64+42+83=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #402A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A53 is #BFD5AC. Grayscale: #353535. Windows color (decimal): -12572077 or 5450304. OLE color: 5450304.

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

Color convert

RGB 64 42 83 -
CMYK 0.23 0.49 0 0.67
HSL 272.2º 0.33% 0.25% -
HSV(B) 272.2º 0.49% 0.33% -
XYZ 4.5 3.37 8.6 -
YUV 53.25 144.79 135.67 -
System Red Green Blue C M Y K H S L
Decimal 64 42 83 0.23 0.49 0 0.67 272.2 0.33 0.25
Hex 40 2A 53 17 31 0 43 110 21 19
Octal 100 52 123 27 61 0 103 420 41 31
Binary 1000000 101010 1010011 10111 110001 0 1000011 100010000 100001 11001

Color Harmonies of #402A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402A53

Black with #402A53

Text Example


Text Example

White with #402A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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