#45447F

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

Shades of Jacksons Purple #45447F

Tints of Jacksons Purple #45447F

Color information

#45447F (or 0x45447F) is unknown color: approx Jacksons Purple. HEX triplet: 45, 44 and 7F. RGB value is (69,68,127). Sum of RGB (Red+Green+Blue) = 69+68+127=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 127 - color contains mainly: blue. Hex color #45447F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45447F is #BABB80. Grayscale: #4A4A4A. Windows color (decimal): -12237697 or 8340549. OLE color: 8340549.

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

Color convert

RGB6968127-
CMYK0.460.4600.50
HSL241.02º30.26%38.24%-
HSV(B)241.02º46.46%49.8%-
XYZ8.356.9320.98-
YUV75.02157.33123.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 68 (26.95% from 255) = 25.76%
BLUE value IS 127 (50% from 255) = 48.11%
R=26.14%
G=25.76%
B=48.11%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal69681270.460.4600.50241.0230.2638.24
Hex45447F2E2E032f11e26
Octal10510417756560623613646
Binary10001011000100111111110111010111001100101111000111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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