#45487A

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

Shades of Jacksons Purple #45487A

Tints of Jacksons Purple #45487A

Color information

#45487A (or 0x45487A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 48 and 7A. RGB value is (69,72,122). Sum of RGB (Red+Green+Blue) = 69+72+122=263 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.24% from 263); Green value is 72 (28.52% from 255 or 27.38% from 263); Blue value is 122 (48.05% from 255 or 46.39% from 263); Max value from RGB is 122 - color contains mainly: blue. Hex color #45487A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45487A is #BAB785. Grayscale: #4C4C4C. Windows color (decimal): -12236678 or 8013893. OLE color: 8013893.

HSL color Cylindrical-coordinate representation of color #45487A: hue angle of 236.6º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #45487A is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6972122-
CMYK0.430.4100.52
HSL236.6º27.75%37.45%-
HSV(B)236.6º43.44%47.84%-
XYZ8.287.3119.39-
YUV76.8153.51122.43-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.24%
GREEN value IS 72 (28.52% from 255) = 27.38%
BLUE value IS 122 (48.05% from 255) = 46.39%
R=26.24%
G=27.38%
B=46.39%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69721220.430.4100.52236.627.7537.45
Hex45487A2B29034ed1c25
Octal10511017253510643553445
Binary10001011001000111101010101110100101101001110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,72,122); }

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

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

 a { background-color: rgb(69,72,122); }

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

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

 span { border-color: rgb(69,72,122); }

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