#403461

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

Shades of Jacarta #403461

Tints of Jacarta #403461

Color information

#403461 (or 0x403461) is unknown color: approx Jacarta. HEX triplet: 40, 34 and 61. RGB value is (64,52,97). Sum of RGB (Red+Green+Blue) = 64+52+97=213 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.05% from 213); Green value is 52 (20.70% from 255 or 24.41% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: blue. Hex color #403461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403461 is #BFCB9E. Grayscale: #3C3C3C. Windows color (decimal): -12569503 or 6370368. OLE color: 6370368.

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

Color convert

RGB645297-
CMYK0.340.4600.62
HSL256º30.2%29.22%-
HSV(B)256º46.39%38.04%-
XYZ5.54.4111.87-
YUV60.72148.48130.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.05%
GREEN value IS 52 (20.70% from 255) = 24.41%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=30.05%
G=24.41%
B=45.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6452970.340.4600.6225630.229.22
Hex403461222E03E1001e1d
Octal1006414142560764003635
Binary1000000110100110000110001010111001111101000000001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403461; }

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

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

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

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

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

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

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

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