#424784

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

Shades of Jacksons Purple #424784

Tints of Jacksons Purple #424784

Color information

#424784 (or 0x424784) is unknown color: approx Jacksons Purple. HEX triplet: 42, 47 and 84. RGB value is (66,71,132). Sum of RGB (Red+Green+Blue) = 66+71+132=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #424784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424784 is #BDB87B. Grayscale: #4C4C4C. Windows color (decimal): -12433532 or 8668994. OLE color: 8668994.

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

Color convert

RGB6671132-
CMYK0.50.4600.48
HSL235.45º33.33%38.82%-
HSV(B)235.45º50%51.76%-
XYZ8.667.3322.79-
YUV76.46159.34120.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 71 (28.12% from 255) = 26.39%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=24.54%
G=26.39%
B=49.07%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66711320.50.4600.48235.4533.3338.82
Hex424784322E030eb2127
Octal10210720462560603534147
Binary1000010100011110000100110010101110011000011101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424784; }

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

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

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

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

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

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

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

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