#44457C

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

Shades of Jacksons Purple #44457C

Tints of Jacksons Purple #44457C

Color information

#44457C (or 0x44457C) is unknown color: approx Jacksons Purple. HEX triplet: 44, 45 and 7C. RGB value is (68,69,124). Sum of RGB (Red+Green+Blue) = 68+69+124=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 124 (48.83% from 255 or 47.51% from 261); Max value from RGB is 124 - color contains mainly: blue. Hex color #44457C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44457C is #BBBA83. Grayscale: #4A4A4A. Windows color (decimal): -12302980 or 8144196. OLE color: 8144196.

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

Color convert

RGB6869124-
CMYK0.450.4400.51
HSL238.93º29.17%37.65%-
HSV(B)238.93º45.16%48.63%-
XYZ8.156.9419.98-
YUV74.97155.67123.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.05%
GREEN value IS 69 (27.34% from 255) = 26.44%
BLUE value IS 124 (48.83% from 255) = 47.51%
R=26.05%
G=26.44%
B=47.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68691240.450.4400.51238.9329.1737.65
Hex44457C2D2C033ef1d26
Octal10410517455540633573546
Binary10001001000101111110010110110110001100111110111111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44457C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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