#403059

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

Shades of Jacarta #403059

Tints of Jacarta #403059

Color information

#403059 (or 0x403059) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 59. RGB value is (64,48,89). Sum of RGB (Red+Green+Blue) = 64+48+89=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #403059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403059 is #BFCFA6. Grayscale: #393939. Windows color (decimal): -12570535 or 5845056. OLE color: 5845056.

HSL color Cylindrical-coordinate representation of color #403059: hue angle of 263.41º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #403059 is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB644889-
CMYK0.280.4600.65
HSL263.41º29.93%26.86%-
HSV(B)263.41º46.07%34.9%-
XYZ4.973.939.95-
YUV57.46145.8132.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=31.84%
G=23.88%
B=44.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6448890.280.4600.65263.4129.9326.86
Hex4030591C2E0411071e1b
Octal10060131345601014073633
Binary1000000110000101100111100101110010000011000001111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403059; }

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

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

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

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

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

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

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

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