#45417F

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

Shades of Jacksons Purple #45417F

Tints of Jacksons Purple #45417F

Color information

#45417F (or 0x45417F) is unknown color: approx Jacksons Purple. HEX triplet: 45, 41 and 7F. RGB value is (69,65,127). Sum of RGB (Red+Green+Blue) = 69+65+127=261 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.44% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #45417F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45417F is #BABE80. Grayscale: #494949. Windows color (decimal): -12238465 or 8339781. OLE color: 8339781.

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

Color convert

RGB6965127-
CMYK0.460.4900.50
HSL243.87º32.29%37.65%-
HSV(B)243.87º48.82%49.8%-
XYZ8.186.5820.92-
YUV73.26158.33124.96-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.44%
GREEN value IS 65 (25.78% from 255) = 24.90%
BLUE value IS 127 (50% from 255) = 48.66%
R=26.44%
G=24.90%
B=48.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69651270.460.4900.50243.8732.2937.65
Hex45417F2E31032f42026
Octal10510117756610623644046
Binary100010110000011111111101110110001011001011110100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45417F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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