#42467A

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

Shades of Jacksons Purple #42467A

Tints of Jacksons Purple #42467A

Color information

#42467A (or 0x42467A) is unknown color: approx Jacksons Purple. HEX triplet: 42, 46 and 7A. RGB value is (66,70,122). Sum of RGB (Red+Green+Blue) = 66+70+122=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 122 (48.05% from 255 or 47.29% from 258); Max value from RGB is 122 - color contains mainly: blue. Hex color #42467A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42467A is #BDB985. Grayscale: #4A4A4A. Windows color (decimal): -12433798 or 8013378. OLE color: 8013378.

HSL color Cylindrical-coordinate representation of color #42467A: hue angle of 235.71º 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 #42467A is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6670122-
CMYK0.460.4300.52
HSL235.71º29.79%36.86%-
HSV(B)235.71º45.9%47.84%-
XYZ7.956.9419.33-
YUV74.73154.67121.77-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 70 (27.73% from 255) = 27.13%
BLUE value IS 122 (48.05% from 255) = 47.29%
R=25.58%
G=27.13%
B=47.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66701220.460.4300.52235.7129.7936.86
Hex42467A2E2B034ec1e25
Octal10210617256530643543645
Binary10000101000110111101010111010101101101001110110011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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