#424887

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

Shades of Jacksons Purple #424887

Tints of Jacksons Purple #424887

Color information

#424887 (or 0x424887) is unknown color: approx Jacksons Purple. HEX triplet: 42, 48 and 87. RGB value is (66,72,135). Sum of RGB (Red+Green+Blue) = 66+72+135=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #424887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424887 is #BDB778. Grayscale: #4D4D4D. Windows color (decimal): -12433273 or 8865858. OLE color: 8865858.

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

Color convert

RGB6672135-
CMYK0.510.4700.47
HSL234.78º34.33%39.41%-
HSV(B)234.78º51.11%52.94%-
XYZ8.947.5423.91-
YUV77.39160.51119.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.18%
GREEN value IS 72 (28.52% from 255) = 26.37%
BLUE value IS 135 (53.12% from 255) = 49.45%
R=24.18%
G=26.37%
B=49.45%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66721350.510.4700.47234.7834.3339.41
Hex424887332F02Feb2227
Octal10211020763570573534247
Binary1000010100100010000111110011101111010111111101011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424887; }

 p { color: rgb(66,72,135); }

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

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

 a { background-color: rgb(66,72,135); }

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

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

 span { border-color: rgb(66,72,135); }

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