#43305B

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

Shades of Jacarta #43305B

Tints of Jacarta #43305B

Color information

#43305B (or 0x43305B) is unknown color: approx Jacarta. HEX triplet: 43, 30 and 5B. RGB value is (67,48,91). Sum of RGB (Red+Green+Blue) = 67+48+91=206 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.52% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 91 - color contains mainly: blue. Hex color #43305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43305B is #BCCFA4. Grayscale: #3A3A3A. Windows color (decimal): -12373925 or 5976131. OLE color: 5976131.

HSL color Cylindrical-coordinate representation of color #43305B: hue angle of 266.51º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #43305B is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB674891-
CMYK0.260.4700.64
HSL266.51º30.94%27.25%-
HSV(B)266.51º47.25%35.69%-
XYZ5.264.0610.4-
YUV58.58146.29134-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 32.52%
GREEN value IS 48 (19.14% from 255) = 23.30%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=32.52%
G=23.30%
B=44.17%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6748910.260.4700.64266.5130.9427.25
Hex43305B1A2F04010b1f1b
Octal10360133325701004133733
Binary1000011110000101101111010101111010000001000010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43305B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43305B; }

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

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

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

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

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

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

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

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