#42467C

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

Shades of Jacksons Purple #42467C

Tints of Jacksons Purple #42467C

Color information

#42467C (or 0x42467C) is unknown color: approx Jacksons Purple. HEX triplet: 42, 46 and 7C. RGB value is (66,70,124). Sum of RGB (Red+Green+Blue) = 66+70+124=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #42467C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42467C is #BDB983. Grayscale: #4A4A4A. Windows color (decimal): -12433796 or 8144450. OLE color: 8144450.

HSL color Cylindrical-coordinate representation of color #42467C: hue angle of 235.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #42467C is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6670124-
CMYK0.470.4400.51
HSL235.86º30.53%37.25%-
HSV(B)235.86º46.77%48.63%-
XYZ8.086.9919.99-
YUV74.96155.67121.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 124 (48.83% from 255) = 47.69%
R=25.38%
G=26.92%
B=47.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66701240.470.4400.51235.8630.5337.25
Hex42467C2F2C033ec1f25
Octal10210617457540633543745
Binary10000101000110111110010111110110001100111110110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42467C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42467C; }

 p { color: rgb(66,70,124); }

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

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

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

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

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

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

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