#45407F

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

Shades of Jacksons Purple #45407F

Tints of Jacksons Purple #45407F

Color information

#45407F (or 0x45407F) is unknown color: approx Jacksons Purple. HEX triplet: 45, 40 and 7F. RGB value is (69,64,127). Sum of RGB (Red+Green+Blue) = 69+64+127=260 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.54% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #45407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45407F is #BABF80. Grayscale: #484848. Windows color (decimal): -12238721 or 8339525. OLE color: 8339525.

HSL color Cylindrical-coordinate representation of color #45407F: hue angle of 244.76º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45407F is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6964127-
CMYK0.460.5000.50
HSL244.76º32.98%37.45%-
HSV(B)244.76º49.61%49.8%-
XYZ8.126.4620.9-
YUV72.68158.66125.38-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.54%
GREEN value IS 64 (25.39% from 255) = 24.62%
BLUE value IS 127 (50% from 255) = 48.85%
R=26.54%
G=24.62%
B=48.85%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69641270.460.5000.50244.7632.9837.45
Hex45407F2E32032f52125
Octal10510017756620623654145
Binary100010110000001111111101110110010011001011110101100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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