#424285

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

Shades of Jacksons Purple #424285

Tints of Jacksons Purple #424285

Color information

#424285 (or 0x424285) is unknown color: approx Jacksons Purple. HEX triplet: 42, 42 and 85. RGB value is (66,66,133). Sum of RGB (Red+Green+Blue) = 66+66+133=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #424285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424285 is #BDBD7A. Grayscale: #494949. Windows color (decimal): -12434811 or 8733250. OLE color: 8733250.

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

Color convert

RGB6666133-
CMYK0.500.5000.48
HSL240º33.67%39.02%-
HSV(B)240º50.38%52.16%-
XYZ8.436.7523.05-
YUV73.64161.5122.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 66 (26.17% from 255) = 24.91%
BLUE value IS 133 (52.34% from 255) = 50.19%
R=24.91%
G=24.91%
B=50.19%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal66661330.500.5000.4824033.6739.02
Hex4242853232030f02227
Octal10210220562620603604247
Binary1000010100001010000101110010110010011000011110000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424285; }

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

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

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

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

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

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

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

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