#42457B

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

Shades of Jacksons Purple #42457B

Tints of Jacksons Purple #42457B

Color information

#42457B (or 0x42457B) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 7B. RGB value is (66,69,123). Sum of RGB (Red+Green+Blue) = 66+69+123=258 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.58% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #42457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42457B is #BDBA84. Grayscale: #4A4A4A. Windows color (decimal): -12434053 or 8078658. OLE color: 8078658.

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

Color convert

RGB6669123-
CMYK0.460.4400.52
HSL236.84º30.16%37.06%-
HSV(B)236.84º46.34%48.24%-
XYZ7.956.8419.64-
YUV74.26155.51122.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.58%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 123 (48.44% from 255) = 47.67%
R=25.58%
G=26.74%
B=47.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66691230.460.4400.52236.8430.1637.06
Hex42457B2E2C034ed1e25
Octal10210517356540643553645
Binary10000101000101111101110111010110001101001110110111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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