#42478B

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

Shades of Jacksons Purple #42478B

Tints of Jacksons Purple #42478B

Color information

#42478B (or 0x42478B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 47 and 8B. RGB value is (66,71,139). Sum of RGB (Red+Green+Blue) = 66+71+139=276 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.91% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #42478B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42478B is #BDB874. Grayscale: #4C4C4C. Windows color (decimal): -12433525 or 9127746. OLE color: 9127746.

HSL color Cylindrical-coordinate representation of color #42478B: hue angle of 235.89º 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 #42478B is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6671139-
CMYK0.530.4900.45
HSL235.89º35.61%40.2%-
HSV(B)235.89º52.52%54.51%-
XYZ9.167.5325.4-
YUV77.26162.84119.97-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.91%
GREEN value IS 71 (28.12% from 255) = 25.72%
BLUE value IS 139 (54.69% from 255) = 50.36%
R=23.91%
G=25.72%
B=50.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66711390.530.4900.45235.8935.6140.2
Hex42478B353102Dec2428
Octal10210721365610553544450
Binary1000010100011110001011110101110001010110111101100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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