#45407C

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

Shades of Jacksons Purple #45407C

Tints of Jacksons Purple #45407C

Color information

#45407C (or 0x45407C) is unknown color: approx Jacksons Purple. HEX triplet: 45, 40 and 7C. RGB value is (69,64,124). Sum of RGB (Red+Green+Blue) = 69+64+124=257 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.85% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #45407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45407C is #BABF83. Grayscale: #484848. Windows color (decimal): -12238724 or 8142917. OLE color: 8142917.

HSL color Cylindrical-coordinate representation of color #45407C: hue angle of 245º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #45407C is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6964124-
CMYK0.440.4800.51
HSL245º31.91%36.86%-
HSV(B)245º48.39%48.63%-
XYZ7.936.3919.88-
YUV72.33157.16125.62-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.85%
GREEN value IS 64 (25.39% from 255) = 24.90%
BLUE value IS 124 (48.83% from 255) = 48.25%
R=26.85%
G=24.90%
B=48.25%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal69641240.440.4800.5124531.9136.86
Hex45407C2C30033f52025
Octal10510017454600633654045
Binary100010110000001111100101100110000011001111110101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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