#43407E

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

Shades of Jacksons Purple #43407E

Tints of Jacksons Purple #43407E

Color information

#43407E (or 0x43407E) is unknown color: approx Jacksons Purple. HEX triplet: 43, 40 and 7E. RGB value is (67,64,126). Sum of RGB (Red+Green+Blue) = 67+64+126=257 (34% of max value = 765). Red value is 67 (26.56% from 255 or 26.07% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 126 (49.61% from 255 or 49.03% from 257); Max value from RGB is 126 - color contains mainly: blue. Hex color #43407E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43407E is #BCBF81. Grayscale: #474747. Windows color (decimal): -12369794 or 8273987. OLE color: 8273987.

HSL color Cylindrical-coordinate representation of color #43407E: hue angle of 242.9º degrees, saturation: 0.33, 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 #43407E is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6764126-
CMYK0.470.4900.51
HSL242.9º32.63%37.25%-
HSV(B)242.9º49.21%49.41%-
XYZ7.916.3720.55-
YUV71.96158.49124.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 26.07%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 126 (49.61% from 255) = 49.03%
R=26.07%
G=24.90%
B=49.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal67641260.470.4900.51242.932.6337.25
Hex43407E2F31033f32125
Octal10310017657610633634145
Binary100001110000001111110101111110001011001111110011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43407E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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