#433960

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

Shades of Jacarta #433960

Tints of Jacarta #433960

Color information

#433960 (or 0x433960) is unknown color: approx Jacarta. HEX triplet: 43, 39 and 60. RGB value is (67,57,96). Sum of RGB (Red+Green+Blue) = 67+57+96=220 (29% of max value = 765). Red value is 67 (26.56% from 255 or 30.45% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 96 (37.89% from 255 or 43.64% from 220); Max value from RGB is 96 - color contains mainly: blue. Hex color #433960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433960 is #BCC69F. Grayscale: #404040. Windows color (decimal): -12371616 or 6306115. OLE color: 6306115.

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

Color convert

RGB675796-
CMYK0.300.4100.62
HSL255.38º25.49%30%-
HSV(B)255.38º40.62%37.65%-
XYZ5.894.9611.71-
YUV64.44145.81129.83-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 30.45%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 96 (37.89% from 255) = 43.64%
R=30.45%
G=25.91%
B=43.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6757960.300.4100.62255.3825.4930
Hex4339601E2903Eff191e
Octal1037114036510763773136
Binary10000111110011100000111101010010111110111111111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433960; }

 p { color: rgb(67,57,96); }

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

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

 a { background-color: rgb(67,57,96); }

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

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

 span { border-color: rgb(67,57,96); }

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