#42498E

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

Shades of Jacksons Purple #42498E

Tints of Jacksons Purple #42498E

Color information

#42498E (or 0x42498E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 49 and 8E. RGB value is (66,73,142). Sum of RGB (Red+Green+Blue) = 66+73+142=281 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.49% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 142 (55.86% from 255 or 50.53% from 281); Max value from RGB is 142 - color contains mainly: blue. Hex color #42498E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42498E is #BDB671. Grayscale: #4E4E4E. Windows color (decimal): -12433010 or 9324866. OLE color: 9324866.

HSL color Cylindrical-coordinate representation of color #42498E: hue angle of 234.47º 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 #42498E is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6673142-
CMYK0.540.4900.44
HSL234.47º36.54%40.78%-
HSV(B)234.47º53.52%55.69%-
XYZ9.517.8826.61-
YUV78.77163.68118.89-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.49%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 142 (55.86% from 255) = 50.53%
R=23.49%
G=25.98%
B=50.53%

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
Decimal66731420.540.4900.44234.4736.5440.78
Hex42498E363102Cea2529
Octal10211121666610543524551
Binary1000010100100110001110110110110001010110011101010100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42498E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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