#434382

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

Shades of Jacksons Purple #434382

Tints of Jacksons Purple #434382

Color information

#434382 (or 0x434382) is unknown color: approx Jacksons Purple. HEX triplet: 43, 43 and 82. RGB value is (67,67,130). Sum of RGB (Red+Green+Blue) = 67+67+130=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #434382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434382 is #BCBC7D. Grayscale: #494949. Windows color (decimal): -12369022 or 8536899. OLE color: 8536899.

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

Color convert

RGB6767130-
CMYK0.480.4800.49
HSL240º31.98%38.63%-
HSV(B)240º48.46%50.98%-
XYZ8.356.8222-
YUV74.18159.5122.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 25.38%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 130 (51.17% from 255) = 49.24%
R=25.38%
G=25.38%
B=49.24%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal67671300.480.4800.4924031.9838.63
Hex4343823030031f02027
Octal10310320260600613604047
Binary1000011100001110000010110000110000011000111110000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434382; }

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

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

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

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

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

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

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

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