#43488B

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

Shades of Jacksons Purple #43488B

Tints of Jacksons Purple #43488B

Color information

#43488B (or 0x43488B) is unknown color: approx Jacksons Purple. HEX triplet: 43, 48 and 8B. RGB value is (67,72,139). Sum of RGB (Red+Green+Blue) = 67+72+139=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 139 (54.69% from 255 or 50% from 278); Max value from RGB is 139 - color contains mainly: blue. Hex color #43488B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43488B is #BCB774. Grayscale: #4D4D4D. Windows color (decimal): -12367733 or 9128003. OLE color: 9128003.

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

Color convert

RGB6772139-
CMYK0.520.4800.45
HSL235.83º34.95%40.39%-
HSV(B)235.83º51.8%54.51%-
XYZ9.297.6925.42-
YUV78.14162.34120.05-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 139 (54.69% from 255) = 50%
R=24.10%
G=25.90%
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
Decimal67721390.520.4800.45235.8334.9540.39
Hex43488B343002Dec2328
Octal10311021364600553544350
Binary1000011100100010001011110100110000010110111101100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43488B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,72,139); }

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

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

 a { background-color: rgb(67,72,139); }

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

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

 span { border-color: rgb(67,72,139); }

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