#402753

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

Shades of Jagger #402753

Tints of Jagger #402753

Color information

#402753 (or 0x402753) is unknown color: approx Jagger. HEX triplet: 40, 27 and 53. RGB value is (64,39,83). Sum of RGB (Red+Green+Blue) = 64+39+83=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #402753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402753 is #BFD8AC. Grayscale: #333333. Windows color (decimal): -12572845 or 5449536. OLE color: 5449536.

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

Color convert

RGB643983-
CMYK0.230.5300.67
HSL274.09º36.07%23.92%-
HSV(B)274.09º53.01%32.55%-
XYZ4.43.178.56-
YUV51.49145.78136.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 83 (32.81% from 255) = 44.62%
R=34.41%
G=20.97%
B=44.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6439830.230.5300.67274.0936.0723.92
Hex40275317350431122418
Octal10047123276501034224430
Binary10000001001111010011101111101010100001110001001010010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402753; }

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

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

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

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

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

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

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

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