#434685

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

Shades of Jacksons Purple #434685

Tints of Jacksons Purple #434685

Color information

#434685 (or 0x434685) is unknown color: approx Jacksons Purple. HEX triplet: 43, 46 and 85. RGB value is (67,70,133). Sum of RGB (Red+Green+Blue) = 67+70+133=270 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.81% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #434685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434685 is #BCB97A. Grayscale: #4C4C4C. Windows color (decimal): -12368251 or 8734275. OLE color: 8734275.

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

Color convert

RGB6770133-
CMYK0.500.4700.48
HSL237.27º33%39.22%-
HSV(B)237.27º49.62%52.16%-
XYZ8.747.2723.13-
YUV76.28160.01121.38-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.81%
GREEN value IS 70 (27.73% from 255) = 25.93%
BLUE value IS 133 (52.34% from 255) = 49.26%
R=24.81%
G=25.93%
B=49.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal67701330.500.4700.48237.273339.22
Hex434685322F030ed2127
Octal10310620562570603554147
Binary1000011100011010000101110010101111011000011101101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434685; }

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

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

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

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

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

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

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

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