#402F5D

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

Shades of Jacarta #402F5D

Tints of Jacarta #402F5D

Color information

#402F5D (or 0x402F5D) is unknown color: approx Jacarta. HEX triplet: 40, 2F and 5D. RGB value is (64,47,93). Sum of RGB (Red+Green+Blue) = 64+47+93=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 47 (18.75% from 255 or 23.04% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 93 - color contains mainly: blue. Hex color #402F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402F5D is #BFD0A2. Grayscale: #393939. Windows color (decimal): -12570787 or 6106944. OLE color: 6106944.

HSL color Cylindrical-coordinate representation of color #402F5D: hue angle of 262.17º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #402F5D is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB644793-
CMYK0.310.4900.64
HSL262.17º32.86%27.45%-
HSV(B)262.17º49.46%36.47%-
XYZ5.113.9110.84-
YUV57.33148.13132.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 47 (18.75% from 255) = 23.04%
BLUE value IS 93 (36.72% from 255) = 45.59%
R=31.37%
G=23.04%
B=45.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6447930.310.4900.64262.1732.8627.45
Hex402F5D1F31040106211b
Octal10057135376101004064133
Binary10000001011111011101111111100010100000010000011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,47,93); }

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

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

 a { background-color: rgb(64,47,93); }

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

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

 span { border-color: rgb(64,47,93); }

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