#45457B

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

Shades of Jacksons Purple #45457B

Tints of Jacksons Purple #45457B

Color information

#45457B (or 0x45457B) is unknown color: approx Jacksons Purple. HEX triplet: 45, 45 and 7B. RGB value is (69,69,123). Sum of RGB (Red+Green+Blue) = 69+69+123=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #45457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45457B is #BABA84. Grayscale: #4A4A4A. Windows color (decimal): -12237445 or 8078661. OLE color: 8078661.

HSL color Cylindrical-coordinate representation of color #45457B: hue angle of 240º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #45457B is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6969123-
CMYK0.440.4400.52
HSL240º28.12%37.65%-
HSV(B)240º43.9%48.24%-
XYZ8.166.9519.65-
YUV75.16155123.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 123 (48.44% from 255) = 47.13%
R=26.44%
G=26.44%
B=47.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal69691230.440.4400.5224028.1237.65
Hex45457B2C2C034f01c26
Octal10510517354540643603446
Binary10001011000101111101110110010110001101001111000011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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