#42438B

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

Shades of Jacksons Purple #42438B

Tints of Jacksons Purple #42438B

Color information

#42438B (or 0x42438B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 43 and 8B. RGB value is (66,67,139). Sum of RGB (Red+Green+Blue) = 66+67+139=272 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.26% from 272); Green value is 67 (26.56% from 255 or 24.63% from 272); Blue value is 139 (54.69% from 255 or 51.10% from 272); Max value from RGB is 139 - color contains mainly: blue. Hex color #42438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42438B is #BDBC74. Grayscale: #4A4A4A. Windows color (decimal): -12434549 or 9126722. OLE color: 9126722.

HSL color Cylindrical-coordinate representation of color #42438B: hue angle of 239.18º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42438B is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6667139-
CMYK0.530.5200.45
HSL239.18º35.61%40.2%-
HSV(B)239.18º52.52%54.51%-
XYZ8.917.0425.31-
YUV74.91164.17121.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.26%
GREEN value IS 67 (26.56% from 255) = 24.63%
BLUE value IS 139 (54.69% from 255) = 51.10%
R=24.26%
G=24.63%
B=51.10%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66671390.530.5200.45239.1835.6140.2
Hex42438B353402Def2428
Octal10210321365640553574450
Binary1000010100001110001011110101110100010110111101111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,67,139); }

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

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

 a { background-color: rgb(66,67,139); }

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

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

 span { border-color: rgb(66,67,139); }

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