#433160

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

Shades of Jacarta #433160

Tints of Jacarta #433160

Color information

#433160 (or 0x433160) is unknown color: approx Jacarta. HEX triplet: 43, 31 and 60. RGB value is (67,49,96). Sum of RGB (Red+Green+Blue) = 67+49+96=212 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.60% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 96 - color contains mainly: blue. Hex color #433160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433160 is #BCCE9F. Grayscale: #3B3B3B. Windows color (decimal): -12373664 or 6304067. OLE color: 6304067.

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

Color convert

RGB674996-
CMYK0.300.4900.62
HSL262.98º32.41%28.43%-
HSV(B)262.98º48.96%37.65%-
XYZ5.524.2311.59-
YUV59.74148.46133.18-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.60%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=31.60%
G=23.11%
B=45.28%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6749960.300.4900.62262.9832.4128.43
Hex4331601E3103E107201c
Octal1036114036610764074034
Binary1000011110001110000011110110001011111010000011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433160; }

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

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

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

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

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

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

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

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