#402752

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

Shades of Jagger #402752

Tints of Jagger #402752

Color information

#402752 (or 0x402752) is unknown color: approx Jagger. HEX triplet: 40, 27 and 52. RGB value is (64,39,82). Sum of RGB (Red+Green+Blue) = 64+39+82=185 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.59% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 82 (32.42% from 255 or 44.32% from 185); Max value from RGB is 82 - color contains mainly: blue. Hex color #402752 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402752 is #BFD8AD. Grayscale: #333333. Windows color (decimal): -12572846 or 5384000. OLE color: 5384000.

HSL color Cylindrical-coordinate representation of color #402752: hue angle of 274.88º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #402752 is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB643982-
CMYK0.220.5200.68
HSL274.88º35.54%23.73%-
HSV(B)274.88º52.44%32.16%-
XYZ4.363.158.36-
YUV51.38145.28137-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.59%
GREEN value IS 39 (15.62% from 255) = 21.08%
BLUE value IS 82 (32.42% from 255) = 44.32%
R=34.59%
G=21.08%
B=44.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6439820.220.5200.68274.8835.5423.73
Hex40275216340441132418
Octal10047122266401044234430
Binary10000001001111010010101101101000100010010001001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402752; }

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

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

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

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

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

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

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

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