#44487D

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

Shades of Jacksons Purple #44487D

Tints of Jacksons Purple #44487D

Color information

#44487D (or 0x44487D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 48 and 7D. RGB value is (68,72,125). Sum of RGB (Red+Green+Blue) = 68+72+125=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 125 (49.22% from 255 or 47.17% from 265); Max value from RGB is 125 - color contains mainly: blue. Hex color #44487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44487D is #BBB782. Grayscale: #4C4C4C. Windows color (decimal): -12302211 or 8210500. OLE color: 8210500.

HSL color Cylindrical-coordinate representation of color #44487D: hue angle of 235.79º 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 #44487D is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6872125-
CMYK0.460.4200.51
HSL235.79º29.53%37.84%-
HSV(B)235.79º45.6%49.02%-
XYZ8.47.3420.38-
YUV76.85155.17121.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.66%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 125 (49.22% from 255) = 47.17%
R=25.66%
G=27.17%
B=47.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68721250.460.4200.51235.7929.5337.84
Hex44487D2E2A033ec1e26
Octal10411017556520633543646
Binary10001001001000111110110111010101001100111110110011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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