#403153

Color #403153 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #403153

Tints of Jagger #403153

Color information

#403153 (or 0x403153) is unknown color: approx Jagger. HEX triplet: 40, 31 and 53. RGB value is (64,49,83). Sum of RGB (Red+Green+Blue) = 64+49+83=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #403153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403153 is #BFCEAC. Grayscale: #393939. Windows color (decimal): -12570285 or 5452096. OLE color: 5452096.

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

Color convert

RGB644983-
CMYK0.230.4100.67
HSL266.47º25.76%25.88%-
HSV(B)266.47º40.96%32.55%-
XYZ4.773.918.69-
YUV57.36142.47132.74-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 49 (19.53% from 255) = 25%
BLUE value IS 83 (32.81% from 255) = 42.35%
R=32.65%
G=25%
B=42.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6449830.230.4100.67266.4725.7625.88
Hex403153172904310a1a1a
Octal10061123275101034123232
Binary1000000110001101001110111101001010000111000010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403153; }

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

 H1.HeaderClassName
 {
   color: #403153;
 }
 .AnyTagClassName
 {
   color: #403153;
 }
</style>
background-color css

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

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

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

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

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

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