#42387B

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

Shades of Jacksons Purple #42387B

Tints of Jacksons Purple #42387B

Color information

#42387B (or 0x42387B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 38 and 7B. RGB value is (66,56,123). Sum of RGB (Red+Green+Blue) = 66+56+123=245 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.94% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 123 (48.44% from 255 or 50.20% from 245); Max value from RGB is 123 - color contains mainly: blue. Hex color #42387B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42387B is #BDC784. Grayscale: #424242. Windows color (decimal): -12437381 or 8075330. OLE color: 8075330.

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

Color convert

RGB6656123-
CMYK0.460.5400.52
HSL248.96º37.43%35.1%-
HSV(B)248.96º54.47%48.24%-
XYZ7.245.4219.4-
YUV66.63159.81127.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.94%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 123 (48.44% from 255) = 50.20%
R=26.94%
G=22.86%
B=50.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66561230.460.5400.52248.9637.4335.1
Hex42387B2E36034f92523
Octal1027017356660643714543
Binary10000101110001111011101110110110011010011111001100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42387B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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