#403358

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

Shades of Jacarta #403358

Tints of Jacarta #403358

Color information

#403358 (or 0x403358) is unknown color: approx Jacarta. HEX triplet: 40, 33 and 58. RGB value is (64,51,88). Sum of RGB (Red+Green+Blue) = 64+51+88=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 51 (20.31% from 255 or 25.12% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #403358 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403358 is #BFCCA7. Grayscale: #3A3A3A. Windows color (decimal): -12569768 or 5780288. OLE color: 5780288.

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

Color convert

RGB645188-
CMYK0.270.4200.65
HSL261.08º26.62%27.25%-
HSV(B)261.08º42.05%34.51%-
XYZ5.064.169.77-
YUV59.1144.31131.49-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 51 (20.31% from 255) = 25.12%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=31.53%
G=25.12%
B=43.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6451880.270.4200.65261.0826.6227.25
Hex4033581B2A0411051b1b
Octal10063130335201014053333
Binary1000000110011101100011011101010010000011000001011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403358; }

 p { color: rgb(64,51,88); }

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

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

 a { background-color: rgb(64,51,88); }

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

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

 span { border-color: rgb(64,51,88); }

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