#434082

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

Shades of Jacksons Purple #434082

Tints of Jacksons Purple #434082

Color information

#434082 (or 0x434082) is unknown color: approx Jacksons Purple. HEX triplet: 43, 40 and 82. RGB value is (67,64,130). Sum of RGB (Red+Green+Blue) = 67+64+130=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 130 (51.17% from 255 or 49.81% from 261); Max value from RGB is 130 - color contains mainly: blue. Hex color #434082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434082 is #BCBF7D. Grayscale: #484848. Windows color (decimal): -12369790 or 8536131. OLE color: 8536131.

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

Color convert

RGB6764130-
CMYK0.480.5100.49
HSL242.73º34.02%38.04%-
HSV(B)242.73º50.77%50.98%-
XYZ8.186.4721.94-
YUV72.42160.49124.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.67%
GREEN value IS 64 (25.39% from 255) = 24.52%
BLUE value IS 130 (51.17% from 255) = 49.81%
R=25.67%
G=24.52%
B=49.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67641300.480.5100.49242.7334.0238.04
Hex4340823033031f32226
Octal10310020260630613634246
Binary1000011100000010000010110000110011011000111110011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434082; }

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

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

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

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

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

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

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

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