#45427C

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

Shades of Jacksons Purple #45427C

Tints of Jacksons Purple #45427C

Color information

#45427C (or 0x45427C) is unknown color: approx Jacksons Purple. HEX triplet: 45, 42 and 7C. RGB value is (69,66,124). Sum of RGB (Red+Green+Blue) = 69+66+124=259 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.64% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #45427C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45427C is #BABD83. Grayscale: #494949. Windows color (decimal): -12238212 or 8143429. OLE color: 8143429.

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

Color convert

RGB6966124-
CMYK0.440.4700.51
HSL243.1º30.53%37.25%-
HSV(B)243.1º46.77%48.63%-
XYZ8.046.6219.92-
YUV73.51156.49124.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.64%
GREEN value IS 66 (26.17% from 255) = 25.48%
BLUE value IS 124 (48.83% from 255) = 47.88%
R=26.64%
G=25.48%
B=47.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69661240.440.4700.51243.130.5337.25
Hex45427C2C2F033f31f25
Octal10510217454570633633745
Binary10001011000010111110010110010111101100111111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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