#434682

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

Shades of Jacksons Purple #434682

Tints of Jacksons Purple #434682

Color information

#434682 (or 0x434682) is unknown color: approx Jacksons Purple. HEX triplet: 43, 46 and 82. RGB value is (67,70,130). Sum of RGB (Red+Green+Blue) = 67+70+130=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #434682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434682 is #BCB97D. Grayscale: #4B4B4B. Windows color (decimal): -12368254 or 8537667. OLE color: 8537667.

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

Color convert

RGB6770130-
CMYK0.480.4600.49
HSL237.14º31.98%38.63%-
HSV(B)237.14º48.46%50.98%-
XYZ8.537.1922.06-
YUV75.94158.51121.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.09%
GREEN value IS 70 (27.73% from 255) = 26.22%
BLUE value IS 130 (51.17% from 255) = 48.69%
R=25.09%
G=26.22%
B=48.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67701300.480.4600.49237.1431.9838.63
Hex434682302E031ed2027
Octal10310620260560613554047
Binary1000011100011010000010110000101110011000111101101100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434682; }

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

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

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

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

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

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

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

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