Html Css Color HEX #402953 Jagger

📋 copy color: '#402953'

red 64 ◦ green 41 ◦ blue 83

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

Shades of Jagger #402953

Tints of Jagger #402953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 34.04%
G = 21.81%
B = 44.15%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#402953 (or 0x402953) is known color: Jagger. HEX triplet: 40, 29 and 53. RGB value is (64,41,83). Sum of RGB (Red+Green+Blue) = 64+41+83=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #402953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402953 is #BFD6AC. Grayscale: #343434. Windows color (decimal): -12572333 or 5450048. OLE color: 5450048.

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

Color convert

RGB 64 41 83 -
CMYK 0.23 0.51 0 0.67
HSL 272.86º 0.34% 0.24% -
HSV(B) 272.86º 0.51% 0.33% -
XYZ 4.47 3.3 8.59 -
YUV 52.67 145.12 136.08 -
System Red Green Blue C M Y K H S L
Decimal 64 41 83 0.23 0.51 0 0.67 272.86 0.34 0.24
Hex 40 29 53 17 33 0 43 111 22 18
Octal 100 51 123 27 63 0 103 421 42 30
Binary 1000000 101001 1010011 10111 110011 0 1000011 100010001 100010 11000

Color Harmonies of #402953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #402953

Black with #402953

Text Example


Text Example

White with #402953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #402953; }

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

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

background-color css

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

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

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

border-color css

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

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

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