#424382

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

Shades of Jacksons Purple #424382

Tints of Jacksons Purple #424382

Color information

#424382 (or 0x424382) is unknown color: approx Jacksons Purple. HEX triplet: 42, 43 and 82. RGB value is (66,67,130). Sum of RGB (Red+Green+Blue) = 66+67+130=263 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.10% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #424382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424382 is #BDBC7D. Grayscale: #494949. Windows color (decimal): -12434558 or 8536898. OLE color: 8536898.

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

Color convert

RGB6667130-
CMYK0.490.4800.49
HSL239.06º32.65%38.43%-
HSV(B)239.06º49.23%50.98%-
XYZ8.286.7821.99-
YUV73.88159.67122.38-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.10%
GREEN value IS 67 (26.56% from 255) = 25.48%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=25.10%
G=25.48%
B=49.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal66671300.490.4800.49239.0632.6538.43
Hex4243823130031ef2126
Octal10210320261600613574146
Binary1000010100001110000010110001110000011000111101111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424382; }

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

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

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

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

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

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

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

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