#403361

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

Shades of Jacarta #403361

Tints of Jacarta #403361

Color information

#403361 (or 0x403361) is unknown color: approx Jacarta. HEX triplet: 40, 33 and 61. RGB value is (64,51,97). Sum of RGB (Red+Green+Blue) = 64+51+97=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 51 (20.31% from 255 or 24.06% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: blue. Hex color #403361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403361 is #BFCC9E. Grayscale: #3B3B3B. Windows color (decimal): -12569759 or 6370112. OLE color: 6370112.

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

Color convert

RGB645197-
CMYK0.340.4700.62
HSL256.96º31.08%29.02%-
HSV(B)256.96º47.42%38.04%-
XYZ5.464.3211.86-
YUV60.13148.81130.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 51 (20.31% from 255) = 24.06%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=30.19%
G=24.06%
B=45.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6451970.340.4700.62256.9631.0829.02
Hex403361222F03E1011f1d
Octal1006314142570764013735
Binary1000000110011110000110001010111101111101000000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403361; }

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

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

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

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

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

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

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

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