#44457D

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

Shades of Jacksons Purple #44457D

Tints of Jacksons Purple #44457D

Color information

#44457D (or 0x44457D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 45 and 7D. RGB value is (68,69,125). Sum of RGB (Red+Green+Blue) = 68+69+125=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 69 (27.34% from 255 or 26.34% from 262); Blue value is 125 (49.22% from 255 or 47.71% from 262); Max value from RGB is 125 - color contains mainly: blue. Hex color #44457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44457D is #BBBA82. Grayscale: #4A4A4A. Windows color (decimal): -12302979 or 8209732. OLE color: 8209732.

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

Color convert

RGB6869125-
CMYK0.460.4500.51
HSL238.95º29.53%37.84%-
HSV(B)238.95º45.6%49.02%-
XYZ8.216.9720.31-
YUV75.09156.17122.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 69 (27.34% from 255) = 26.34%
BLUE value IS 125 (49.22% from 255) = 47.71%
R=25.95%
G=26.34%
B=47.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68691250.460.4500.51238.9529.5337.84
Hex44457D2E2D033ef1e26
Octal10410517556550633573646
Binary10001001000101111110110111010110101100111110111111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44457D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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