#424484

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

Shades of Jacksons Purple #424484

Tints of Jacksons Purple #424484

Color information

#424484 (or 0x424484) is unknown color: approx Jacksons Purple. HEX triplet: 42, 44 and 84. RGB value is (66,68,132). Sum of RGB (Red+Green+Blue) = 66+68+132=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #424484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424484 is #BDBB7B. Grayscale: #4A4A4A. Windows color (decimal): -12434300 or 8668226. OLE color: 8668226.

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

Color convert

RGB6668132-
CMYK0.50.4800.48
HSL238.18º33.33%38.82%-
HSV(B)238.18º50%51.76%-
XYZ8.486.9622.73-
YUV74.7160.34121.8-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 68 (26.95% from 255) = 25.56%
BLUE value IS 132 (51.95% from 255) = 49.62%
R=24.81%
G=25.56%
B=49.62%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66681320.50.4800.48238.1833.3338.82
Hex4244843230030ee2127
Octal10210420462600603564147
Binary1000010100010010000100110010110000011000011101110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424484; }

 p { color: rgb(66,68,132); }

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

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

 a { background-color: rgb(66,68,132); }

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

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

 span { border-color: rgb(66,68,132); }

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