#433060

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

Shades of Jacarta #433060

Tints of Jacarta #433060

Color information

#433060 (or 0x433060) is unknown color: approx Jacarta. HEX triplet: 43, 30 and 60. RGB value is (67,48,96). Sum of RGB (Red+Green+Blue) = 67+48+96=211 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.75% from 211); Green value is 48 (19.14% from 255 or 22.75% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 96 - color contains mainly: blue. Hex color #433060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433060 is #BCCF9F. Grayscale: #3A3A3A. Windows color (decimal): -12373920 or 6303811. OLE color: 6303811.

HSL color Cylindrical-coordinate representation of color #433060: hue angle of 263.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #433060 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB674896-
CMYK0.300.5000.62
HSL263.75º33.33%28.24%-
HSV(B)263.75º50%37.65%-
XYZ5.484.1511.58-
YUV59.15148.79133.6-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.75%
GREEN value IS 48 (19.14% from 255) = 22.75%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=31.75%
G=22.75%
B=45.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6748960.300.5000.62263.7533.3328.24
Hex4330601E3203E108211c
Octal1036014036620764104134
Binary1000011110000110000011110110010011111010000100010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433060; }

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

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

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

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

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

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

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

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