#402D59

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

Shades of Jacarta #402D59

Tints of Jacarta #402D59

Color information

#402D59 (or 0x402D59) is unknown color: approx Jacarta. HEX triplet: 40, 2D and 59. RGB value is (64,45,89). Sum of RGB (Red+Green+Blue) = 64+45+89=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 45 (17.97% from 255 or 22.73% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #402D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402D59 is #BFD2A6. Grayscale: #373737. Windows color (decimal): -12571303 or 5844288. OLE color: 5844288.

HSL color Cylindrical-coordinate representation of color #402D59: hue angle of 265.91º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #402D59 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB644589-
CMYK0.280.4900.65
HSL265.91º32.84%26.27%-
HSV(B)265.91º49.44%34.9%-
XYZ4.863.699.91-
YUV55.7146.79133.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 45 (17.97% from 255) = 22.73%
BLUE value IS 89 (35.16% from 255) = 44.95%
R=32.32%
G=22.73%
B=44.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6445890.280.4900.65265.9132.8426.27
Hex402D591C3104110a211a
Octal10055131346101014124132
Binary10000001011011011001111001100010100000110000101010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D59; }

 p { color: rgb(64,45,89); }

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

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

 a { background-color: rgb(64,45,89); }

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

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

 span { border-color: rgb(64,45,89); }

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