#444A8D

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

Shades of Jacksons Purple #444A8D

Tints of Jacksons Purple #444A8D

Color information

#444A8D (or 0x444A8D) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 8D. RGB value is (68,74,141). Sum of RGB (Red+Green+Blue) = 68+74+141=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 141 (55.47% from 255 or 49.82% from 283); Max value from RGB is 141 - color contains mainly: blue. Hex color #444A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A8D is #BBB572. Grayscale: #4F4F4F. Windows color (decimal): -12301683 or 9259588. OLE color: 9259588.

HSL color Cylindrical-coordinate representation of color #444A8D: hue angle of 235.07º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #444A8D is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6874141-
CMYK0.520.4800.45
HSL235.07º34.93%40.98%-
HSV(B)235.07º51.77%55.29%-
XYZ9.648.0526.24-
YUV79.84162.51119.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 141 (55.47% from 255) = 49.82%
R=24.03%
G=26.15%
B=49.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal68741410.520.4800.45235.0734.9340.98
Hex444A8D343002Deb2329
Octal10411221564600553534351
Binary1000100100101010001101110100110000010110111101011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444A8D; }

 p { color: rgb(68,74,141); }

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

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

 a { background-color: rgb(68,74,141); }

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

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

 span { border-color: rgb(68,74,141); }

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