#42488E

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

Shades of Jacksons Purple #42488E

Tints of Jacksons Purple #42488E

Color information

#42488E (or 0x42488E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 48 and 8E. RGB value is (66,72,142). Sum of RGB (Red+Green+Blue) = 66+72+142=280 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.57% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 142 (55.86% from 255 or 50.71% from 280); Max value from RGB is 142 - color contains mainly: blue. Hex color #42488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42488E is #BDB771. Grayscale: #4D4D4D. Windows color (decimal): -12433266 or 9324610. OLE color: 9324610.

HSL color Cylindrical-coordinate representation of color #42488E: hue angle of 235.26º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #42488E is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6672142-
CMYK0.540.4900.44
HSL235.26º36.54%40.78%-
HSV(B)235.26º53.52%55.69%-
XYZ9.457.7526.59-
YUV78.19164.01119.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.57%
GREEN value IS 72 (28.52% from 255) = 25.71%
BLUE value IS 142 (55.86% from 255) = 50.71%
R=23.57%
G=25.71%
B=50.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66721420.540.4900.44235.2636.5440.78
Hex42488E363102Ceb2529
Octal10211021666610543534551
Binary1000010100100010001110110110110001010110011101011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42488E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42488E; }

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

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

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

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

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

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

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

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