#444584

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

Shades of Jacksons Purple #444584

Tints of Jacksons Purple #444584

Color information

#444584 (or 0x444584) is unknown color: approx Jacksons Purple. HEX triplet: 44, 45 and 84. RGB value is (68,69,132). Sum of RGB (Red+Green+Blue) = 68+69+132=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #444584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444584 is #BBBA7B. Grayscale: #4B4B4B. Windows color (decimal): -12302972 or 8668484. OLE color: 8668484.

HSL color Cylindrical-coordinate representation of color #444584: hue angle of 239.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444584 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6869132-
CMYK0.480.4800.48
HSL239.06º32%39.22%-
HSV(B)239.06º48.48%51.76%-
XYZ8.687.1522.75-
YUV75.88159.67122.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 69 (27.34% from 255) = 25.65%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=25.28%
G=25.65%
B=49.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal68691320.480.4800.48239.063239.22
Hex4445843030030ef2027
Octal10410520460600603574047
Binary1000100100010110000100110000110000011000011101111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444584; }

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

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

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

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

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

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

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

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