#45457A

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

Shades of Jacksons Purple #45457A

Tints of Jacksons Purple #45457A

Color information

#45457A (or 0x45457A) is unknown color: approx Jacksons Purple. HEX triplet: 45, 45 and 7A. RGB value is (69,69,122). Sum of RGB (Red+Green+Blue) = 69+69+122=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 122 (48.05% from 255 or 46.92% from 260); Max value from RGB is 122 - color contains mainly: blue. Hex color #45457A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45457A is #BABA85. Grayscale: #4A4A4A. Windows color (decimal): -12237446 or 8013125. OLE color: 8013125.

HSL color Cylindrical-coordinate representation of color #45457A: hue angle of 240º 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 #45457A is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6969122-
CMYK0.430.4300.52
HSL240º27.75%37.45%-
HSV(B)240º43.44%47.84%-
XYZ8.16.9319.32-
YUV75.04154.5123.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 69 (27.34% from 255) = 26.54%
BLUE value IS 122 (48.05% from 255) = 46.92%
R=26.54%
G=26.54%
B=46.92%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69691220.430.4300.5224027.7537.45
Hex45457A2B2B034f01c25
Octal10510517253530643603445
Binary10001011000101111101010101110101101101001111000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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