Html Css Color HEX #402E53 Jagger

📋 copy color: '#402E53'

red 64 ◦ green 46 ◦ blue 83

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

Shades of Jagger #402E53

Tints of Jagger #402E53

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.83%

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

R = 33.16%
G = 23.83%
B = 43.01%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402E53 (or 0x402E53) is known color: Jagger. HEX triplet: 40, 2E and 53. RGB value is (64,46,83). Sum of RGB (Red+Green+Blue) = 64+46+83=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 46 (18.36% from 255 or 23.83% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #402E53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402E53 is #BFD1AC. Grayscale: #373737. Windows color (decimal): -12571053 or 5451328. OLE color: 5451328.

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

Color convert

RGB 64 46 83 -
CMYK 0.23 0.45 0 0.67
HSL 269.19º 0.29% 0.25% -
HSV(B) 269.19º 0.45% 0.33% -
XYZ 4.65 3.67 8.65 -
YUV 55.6 143.46 133.99 -
System Red Green Blue C M Y K H S L
Decimal 64 46 83 0.23 0.45 0 0.67 269.19 0.29 0.25
Hex 40 2E 53 17 2D 0 43 10D 1D 19
Octal 100 56 123 27 55 0 103 415 35 31
Binary 1000000 101110 1010011 10111 101101 0 1000011 100001101 11101 11001

Color Harmonies of #402E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402E53

Black with #402E53

Text Example


Text Example

White with #402E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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