#403063

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

Shades of Jacarta #403063

Tints of Jacarta #403063

Color information

#403063 (or 0x403063) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 63. RGB value is (64,48,99). Sum of RGB (Red+Green+Blue) = 64+48+99=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 99 (39.06% from 255 or 46.92% from 211); Max value from RGB is 99 - color contains mainly: blue. Hex color #403063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403063 is #BFCF9C. Grayscale: #3A3A3A. Windows color (decimal): -12570525 or 6500416. OLE color: 6500416.

HSL color Cylindrical-coordinate representation of color #403063: hue angle of 258.82º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #403063 is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB644899-
CMYK0.350.5200.61
HSL258.82º34.69%28.82%-
HSV(B)258.82º51.52%38.82%-
XYZ5.424.112.31-
YUV58.6150.8131.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.33%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 99 (39.06% from 255) = 46.92%
R=30.33%
G=22.75%
B=46.92%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6448990.350.5200.61258.8234.6928.82
Hex403063233403D103231d
Octal1006014343640754034335
Binary10000001100001100011100011110100011110110000001110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403063; }

 p { color: rgb(64,48,99); }

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

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

 a { background-color: rgb(64,48,99); }

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

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

 span { border-color: rgb(64,48,99); }

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