#42487B

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

Shades of Jacksons Purple #42487B

Tints of Jacksons Purple #42487B

Color information

#42487B (or 0x42487B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 48 and 7B. RGB value is (66,72,123). Sum of RGB (Red+Green+Blue) = 66+72+123=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #42487B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42487B is #BDB784. Grayscale: #4B4B4B. Windows color (decimal): -12433285 or 8079426. OLE color: 8079426.

HSL color Cylindrical-coordinate representation of color #42487B: hue angle of 233.68º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42487B is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6672123-
CMYK0.460.4100.52
HSL233.68º30.16%37.06%-
HSV(B)233.68º46.34%48.24%-
XYZ8.147.2219.7-
YUV76.02154.51120.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=25.29%
G=27.59%
B=47.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66721230.460.4100.52233.6830.1637.06
Hex42487B2E29034ea1e25
Octal10211017356510643523645
Binary10000101001000111101110111010100101101001110101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42487B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42487B; }

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

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

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

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

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

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

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

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