#43407D

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

Shades of Jacksons Purple #43407D

Tints of Jacksons Purple #43407D

Color information

#43407D (or 0x43407D) is unknown color: approx Jacksons Purple. HEX triplet: 43, 40 and 7D. RGB value is (67,64,125). Sum of RGB (Red+Green+Blue) = 67+64+125=256 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.17% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #43407D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43407D is #BCBF82. Grayscale: #474747. Windows color (decimal): -12369795 or 8208451. OLE color: 8208451.

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

Color convert

RGB6764125-
CMYK0.460.4900.51
HSL242.95º32.28%37.06%-
HSV(B)242.95º48.8%49.02%-
XYZ7.856.3420.21-
YUV71.85157.99124.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.17%
GREEN value IS 64 (25.39% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 48.83%
R=26.17%
G=25%
B=48.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67641250.460.4900.51242.9532.2837.06
Hex43407D2E31033f32025
Octal10310017556610633634045
Binary100001110000001111101101110110001011001111110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43407D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43407D; }

 p { color: rgb(67,64,125); }

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

<style>
 a { background-color: #43407D; }

 a { background-color: rgb(67,64,125); }

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

<style>
 span { border-color: #43407D; }

 span { border-color: rgb(67,64,125); }

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