#403062

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

Shades of Jacarta #403062

Tints of Jacarta #403062

Color information

#403062 (or 0x403062) is unknown color: approx Jacarta. HEX triplet: 40, 30 and 62. RGB value is (64,48,98). Sum of RGB (Red+Green+Blue) = 64+48+98=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 98 (38.67% from 255 or 46.67% from 210); Max value from RGB is 98 - color contains mainly: blue. Hex color #403062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403062 is #BFCF9D. Grayscale: #3A3A3A. Windows color (decimal): -12570526 or 6434880. OLE color: 6434880.

HSL color Cylindrical-coordinate representation of color #403062: hue angle of 259.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #403062 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB644898-
CMYK0.350.5100.62
HSL259.2º34.25%28.63%-
HSV(B)259.2º51.02%38.43%-
XYZ5.384.0912.06-
YUV58.48150.3131.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 48 (19.14% from 255) = 22.86%
BLUE value IS 98 (38.67% from 255) = 46.67%
R=30.48%
G=22.86%
B=46.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6448980.350.5100.62259.234.2528.63
Hex403062233303E103221d
Octal1006014243630764034235
Binary10000001100001100010100011110011011111010000001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403062; }

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

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

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

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

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

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

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

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