#44417D

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

Shades of Jacksons Purple #44417D

Tints of Jacksons Purple #44417D

Color information

#44417D (or 0x44417D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 41 and 7D. RGB value is (68,65,125). Sum of RGB (Red+Green+Blue) = 68+65+125=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 65 (25.78% from 255 or 25.19% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #44417D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44417D is #BBBE82. Grayscale: #484848. Windows color (decimal): -12304003 or 8208708. OLE color: 8208708.

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

Color convert

RGB6865125-
CMYK0.460.4800.51
HSL243º31.58%37.25%-
HSV(B)243º48%49.02%-
XYZ7.986.4920.23-
YUV72.74157.49124.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.36%
GREEN value IS 65 (25.78% from 255) = 25.19%
BLUE value IS 125 (49.22% from 255) = 48.45%
R=26.36%
G=25.19%
B=48.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68651250.460.4800.5124331.5837.25
Hex44417D2E30033f32025
Octal10410117556600633634045
Binary100010010000011111101101110110000011001111110011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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