#42457D

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

Shades of Jacksons Purple #42457D

Tints of Jacksons Purple #42457D

Color information

#42457D (or 0x42457D) is unknown color: approx Jacksons Purple. HEX triplet: 42, 45 and 7D. RGB value is (66,69,125). Sum of RGB (Red+Green+Blue) = 66+69+125=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #42457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42457D is #BDBA82. Grayscale: #4A4A4A. Windows color (decimal): -12434051 or 8209730. OLE color: 8209730.

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

Color convert

RGB6669125-
CMYK0.470.4500.51
HSL236.95º30.89%37.45%-
HSV(B)236.95º47.2%49.02%-
XYZ8.086.920.31-
YUV74.49156.51121.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.38%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 125 (49.22% from 255) = 48.08%
R=25.38%
G=26.54%
B=48.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66691250.470.4500.51236.9530.8937.45
Hex42457D2F2D033ed1f25
Octal10210517557550633553745
Binary10000101000101111110110111110110101100111110110111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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