#402057

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

Shades of Jagger #402057

Tints of Jagger #402057

Color information

#402057 (or 0x402057) is unknown color: approx Jagger. HEX triplet: 40, 20 and 57. RGB value is (64,32,87). Sum of RGB (Red+Green+Blue) = 64+32+87=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 87 (34.38% from 255 or 47.54% from 183); Max value from RGB is 87 - color contains mainly: blue. Hex color #402057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402057 is #BFDFA8. Grayscale: #2F2F2F. Windows color (decimal): -12574633 or 5709888. OLE color: 5709888.

HSL color Cylindrical-coordinate representation of color #402057: hue angle of 274.91º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #402057 is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB643287-
CMYK0.260.6300.66
HSL274.91º46.22%23.33%-
HSV(B)274.91º63.22%34.12%-
XYZ4.352.819.33-
YUV47.84150.1139.53-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.97%
GREEN value IS 32 (12.89% from 255) = 17.49%
BLUE value IS 87 (34.38% from 255) = 47.54%
R=34.97%
G=17.49%
B=47.54%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6432870.260.6300.66274.9146.2223.33
Hex4020571A3F0421132e17
Octal10040127327701024235627
Binary10000001000001010111110101111110100001010001001110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402057; }

 p { color: rgb(64,32,87); }

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

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

 a { background-color: rgb(64,32,87); }

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

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

 span { border-color: rgb(64,32,87); }

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