#433A5A

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

Shades of Jacarta #433A5A

Tints of Jacarta #433A5A

Color information

#433A5A (or 0x433A5A) is unknown color: approx Jacarta. HEX triplet: 43, 3A and 5A. RGB value is (67,58,90). Sum of RGB (Red+Green+Blue) = 67+58+90=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 58 (23.05% from 255 or 26.98% from 215); Blue value is 90 (35.55% from 255 or 41.86% from 215); Max value from RGB is 90 - color contains mainly: blue. Hex color #433A5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433A5A is #BCC5A5. Grayscale: #404040. Windows color (decimal): -12371366 or 5913155. OLE color: 5913155.

HSL color Cylindrical-coordinate representation of color #433A5A: hue angle of 256.88º degrees, saturation: 0.22, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #433A5A is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB675890-
CMYK0.260.3600.65
HSL256.88º21.62%29.02%-
HSV(B)256.88º35.56%35.29%-
XYZ5.674.9610.33-
YUV64.34142.48129.9-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 58 (23.05% from 255) = 26.98%
BLUE value IS 90 (35.55% from 255) = 41.86%
R=31.16%
G=26.98%
B=41.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6758900.260.3600.65256.8821.6229.02
Hex433A5A1A24041101161d
Octal10372132324401014012635
Binary1000011111010101101011010100100010000011000000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #433A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #433A5A; }

 p { color: rgb(67,58,90); }

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

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

 a { background-color: rgb(67,58,90); }

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

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

 span { border-color: rgb(67,58,90); }

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