#424985

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

Shades of Jacksons Purple #424985

Tints of Jacksons Purple #424985

Color information

#424985 (or 0x424985) is unknown color: approx Jacksons Purple. HEX triplet: 42, 49 and 85. RGB value is (66,73,133). Sum of RGB (Red+Green+Blue) = 66+73+133=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 133 (52.34% from 255 or 48.90% from 272); Max value from RGB is 133 - color contains mainly: blue. Hex color #424985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424985 is #BDB67A. Grayscale: #4D4D4D. Windows color (decimal): -12433019 or 8735042. OLE color: 8735042.

HSL color Cylindrical-coordinate representation of color #424985: hue angle of 233.73º degrees, saturation: 0.34, 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 #424985 is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6673133-
CMYK0.500.4500.48
HSL233.73º33.67%39.02%-
HSV(B)233.73º50.38%52.16%-
XYZ8.867.6223.19-
YUV77.75159.18119.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 73 (28.91% from 255) = 26.84%
BLUE value IS 133 (52.34% from 255) = 48.90%
R=24.26%
G=26.84%
B=48.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66731330.500.4500.48233.7333.6739.02
Hex424985322D030ea2227
Octal10211120562550603524247
Binary1000010100100110000101110010101101011000011101010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424985; }

 p { color: rgb(66,73,133); }

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

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

 a { background-color: rgb(66,73,133); }

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

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

 span { border-color: rgb(66,73,133); }

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