#434486

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

Shades of Jacksons Purple #434486

Tints of Jacksons Purple #434486

Color information

#434486 (or 0x434486) is unknown color: approx Jacksons Purple. HEX triplet: 43, 44 and 86. RGB value is (67,68,134). Sum of RGB (Red+Green+Blue) = 67+68+134=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #434486 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434486 is #BCBB79. Grayscale: #4A4A4A. Windows color (decimal): -12368762 or 8799299. OLE color: 8799299.

HSL color Cylindrical-coordinate representation of color #434486: hue angle of 239.1º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434486 is Cyan = 0.5, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6768134-
CMYK0.50.4900.47
HSL239.1º33.33%39.41%-
HSV(B)239.1º50%52.55%-
XYZ8.687.0523.46-
YUV75.22161.17122.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.91%
GREEN value IS 68 (26.95% from 255) = 25.28%
BLUE value IS 134 (52.73% from 255) = 49.81%
R=24.91%
G=25.28%
B=49.81%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67681340.50.4900.47239.133.3339.41
Hex434486323102Fef2127
Octal10310420662610573574147
Binary1000011100010010000110110010110001010111111101111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434486; }

 p { color: rgb(67,68,134); }

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

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

 a { background-color: rgb(67,68,134); }

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

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

 span { border-color: rgb(67,68,134); }

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