#43497C

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

Shades of Jacksons Purple #43497C

Tints of Jacksons Purple #43497C

Color information

#43497C (or 0x43497C) is unknown color: approx Jacksons Purple. HEX triplet: 43, 49 and 7C. RGB value is (67,73,124). Sum of RGB (Red+Green+Blue) = 67+73+124=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #43497C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43497C is #BCB683. Grayscale: #4C4C4C. Windows color (decimal): -12367492 or 8145219. OLE color: 8145219.

HSL color Cylindrical-coordinate representation of color #43497C: hue angle of 233.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #43497C is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6773124-
CMYK0.460.4100.51
HSL233.68º29.84%37.45%-
HSV(B)233.68º45.97%48.63%-
XYZ8.347.4120.06-
YUV77.02154.51120.85-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 73 (28.91% from 255) = 27.65%
BLUE value IS 124 (48.83% from 255) = 46.97%
R=25.38%
G=27.65%
B=46.97%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67731240.460.4100.51233.6829.8437.45
Hex43497C2E29033ea1e25
Octal10311117456510633523645
Binary10000111001001111110010111010100101100111110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43497C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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