#44477D

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

Shades of Jacksons Purple #44477D

Tints of Jacksons Purple #44477D

Color information

#44477D (or 0x44477D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 47 and 7D. RGB value is (68,71,125). Sum of RGB (Red+Green+Blue) = 68+71+125=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 71 (28.12% from 255 or 26.89% from 264); Blue value is 125 (49.22% from 255 or 47.35% from 264); Max value from RGB is 125 - color contains mainly: blue. Hex color #44477D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44477D is #BBB882. Grayscale: #4C4C4C. Windows color (decimal): -12302467 or 8210244. OLE color: 8210244.

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

Color convert

RGB6871125-
CMYK0.460.4300.51
HSL236.84º29.53%37.84%-
HSV(B)236.84º45.6%49.02%-
XYZ8.347.2220.36-
YUV76.26155.51122.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 71 (28.12% from 255) = 26.89%
BLUE value IS 125 (49.22% from 255) = 47.35%
R=25.76%
G=26.89%
B=47.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68711250.460.4300.51236.8429.5337.84
Hex44477D2E2B033ed1e26
Octal10410717556530633553646
Binary10001001000111111110110111010101101100111110110111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44477D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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