#403253

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

Shades of Jagger #403253

Tints of Jagger #403253

Color information

#403253 (or 0x403253) is unknown color: approx Jagger. HEX triplet: 40, 32 and 53. RGB value is (64,50,83). Sum of RGB (Red+Green+Blue) = 64+50+83=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #403253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403253 is #BFCDAC. Grayscale: #393939. Windows color (decimal): -12570029 or 5452352. OLE color: 5452352.

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

Color convert

RGB645083-
CMYK0.230.4000.67
HSL265.45º24.81%26.08%-
HSV(B)265.45º39.76%32.55%-
XYZ4.8248.7-
YUV57.95142.14132.32-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 50 (19.92% from 255) = 25.38%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=32.49%
G=25.38%
B=42.13%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6450830.230.4000.67265.4524.8126.08
Hex4032531728043109191a
Octal10062123275001034113132
Binary1000000110010101001110111101000010000111000010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403253; }

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

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

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

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

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

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

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

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