#43498C

Color #43498C Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #43498C

Tints of Jacksons Purple #43498C

Color information

#43498C (or 0x43498C) is unknown color: approx Jacksons Purple. HEX triplet: 43, 49 and 8C. RGB value is (67,73,140). Sum of RGB (Red+Green+Blue) = 67+73+140=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #43498C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43498C is #BCB673. Grayscale: #4E4E4E. Windows color (decimal): -12367476 or 9193795. OLE color: 9193795.

HSL color Cylindrical-coordinate representation of color #43498C: hue angle of 235.07º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43498C is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6773140-
CMYK0.520.4800.45
HSL235.07º35.27%40.59%-
HSV(B)235.07º52.14%54.9%-
XYZ9.437.8525.83-
YUV78.84162.51119.55-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 140 (55.08% from 255) = 50%
R=23.93%
G=26.07%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67731400.520.4800.45235.0735.2740.59
Hex43498C343002Deb2329
Octal10311121464600553534351
Binary1000011100100110001100110100110000010110111101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43498C; }

 p { color: rgb(67,73,140); }

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

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

 a { background-color: rgb(67,73,140); }

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

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

 span { border-color: rgb(67,73,140); }

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