#434686

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

Shades of Jacksons Purple #434686

Tints of Jacksons Purple #434686

Color information

#434686 (or 0x434686) is unknown color: approx Jacksons Purple. HEX triplet: 43, 46 and 86. RGB value is (67,70,134). Sum of RGB (Red+Green+Blue) = 67+70+134=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 134 (52.73% from 255 or 49.45% from 271); Max value from RGB is 134 - color contains mainly: blue. Hex color #434686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434686 is #BCB979. Grayscale: #4C4C4C. Windows color (decimal): -12368250 or 8799811. OLE color: 8799811.

HSL color Cylindrical-coordinate representation of color #434686: hue angle of 237.31º 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 #434686 is Cyan = 0.5, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6770134-
CMYK0.50.4800.47
HSL237.31º33.33%39.41%-
HSV(B)237.31º50%52.55%-
XYZ8.817.2923.5-
YUV76.4160.51121.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.72%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 134 (52.73% from 255) = 49.45%
R=24.72%
G=25.83%
B=49.45%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67701340.50.4800.47237.3133.3339.41
Hex434686323002Fed2127
Octal10310620662600573554147
Binary1000011100011010000110110010110000010111111101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434686; }

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

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

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

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

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

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

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

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