#45498A

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

Shades of Jacksons Purple #45498A

Tints of Jacksons Purple #45498A

Color information

#45498A (or 0x45498A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 49 and 8A. RGB value is (69,73,138). Sum of RGB (Red+Green+Blue) = 69+73+138=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #45498A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #45498A is #BAB675. Grayscale: #4E4E4E. Windows color (decimal): -12236406 or 9062725. OLE color: 9062725.

HSL color Cylindrical-coordinate representation of color #45498A: hue angle of 236.52º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45498A is Cyan = 0.5, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6973138-
CMYK0.50.4700.46
HSL236.52º33.33%40.59%-
HSV(B)236.52º50%54.12%-
XYZ9.427.8725.07-
YUV79.21161.17120.71-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 73 (28.91% from 255) = 26.07%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=24.64%
G=26.07%
B=49.29%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69731380.50.4700.46236.5233.3340.59
Hex45498A322F02Eed2129
Octal10511121262570563554151
Binary1000101100100110001010110010101111010111011101101100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45498A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45498A; }

 p { color: rgb(69,73,138); }

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

<style>
 a { background-color: #45498A; }

 a { background-color: rgb(69,73,138); }

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

<style>
 span { border-color: #45498A; }

 span { border-color: rgb(69,73,138); }

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