#424587

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

Shades of Jacksons Purple #424587

Tints of Jacksons Purple #424587

Color information

#424587 (or 0x424587) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 87. RGB value is (66,69,135). Sum of RGB (Red+Green+Blue) = 66+69+135=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #424587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424587 is #BDBA78. Grayscale: #4B4B4B. Windows color (decimal): -12434041 or 8865090. OLE color: 8865090.

HSL color Cylindrical-coordinate representation of color #424587: hue angle of 237.39º 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 #424587 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6669135-
CMYK0.510.4900.47
HSL237.39º34.33%39.41%-
HSV(B)237.39º51.11%52.94%-
XYZ8.757.1623.84-
YUV75.63161.51121.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 69 (27.34% from 255) = 25.56%
BLUE value IS 135 (53.12% from 255) = 50%
R=24.44%
G=25.56%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal66691350.510.4900.47237.3934.3339.41
Hex424587333102Fed2227
Octal10210520763610573554247
Binary1000010100010110000111110011110001010111111101101100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424587; }

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

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

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

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

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

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

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

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