#42458C

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

Shades of Jacksons Purple #42458C

Tints of Jacksons Purple #42458C

Color information

#42458C (or 0x42458C) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 8C. RGB value is (66,69,140). Sum of RGB (Red+Green+Blue) = 66+69+140=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #42458C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42458C is #BDBA73. Grayscale: #4B4B4B. Windows color (decimal): -12434036 or 9192770. OLE color: 9192770.

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

Color convert

RGB6669140-
CMYK0.530.5100.45
HSL237.57º35.92%40.39%-
HSV(B)237.57º52.86%54.9%-
XYZ9.117.3125.74-
YUV76.2164.01120.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=24%
G=25.09%
B=50.91%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal66691400.530.5100.45237.5735.9240.39
Hex42458C353302Dee2428
Octal10210521465630553564450
Binary1000010100010110001100110101110011010110111101110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,69,140); }

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

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

 a { background-color: rgb(66,69,140); }

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

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

 span { border-color: rgb(66,69,140); }

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