#42457E

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

Shades of Jacksons Purple #42457E

Tints of Jacksons Purple #42457E

Color information

#42457E (or 0x42457E) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 7E. RGB value is (66,69,126). Sum of RGB (Red+Green+Blue) = 66+69+126=261 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.29% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 126 (49.61% from 255 or 48.28% from 261); Max value from RGB is 126 - color contains mainly: blue. Hex color #42457E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42457E is #BDBA81. Grayscale: #4A4A4A. Windows color (decimal): -12434050 or 8275266. OLE color: 8275266.

HSL color Cylindrical-coordinate representation of color #42457E: hue angle of 237º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #42457E is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6669126-
CMYK0.480.4500.51
HSL237º31.25%37.65%-
HSV(B)237º47.62%49.41%-
XYZ8.146.9220.65-
YUV74.6157.01121.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.29%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 126 (49.61% from 255) = 48.28%
R=25.29%
G=26.44%
B=48.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66691260.480.4500.5123731.2537.65
Hex42457E302D033ed1f26
Octal10210517660550633553746
Binary10000101000101111111011000010110101100111110110111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42457E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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