#444A8A

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

Shades of Jacksons Purple #444A8A

Tints of Jacksons Purple #444A8A

Color information

#444A8A (or 0x444A8A) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 8A. RGB value is (68,74,138). Sum of RGB (Red+Green+Blue) = 68+74+138=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 138 (54.30% from 255 or 49.29% from 280); Max value from RGB is 138 - color contains mainly: blue. Hex color #444A8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A8A is #BBB575. Grayscale: #4F4F4F. Windows color (decimal): -12301686 or 9062980. OLE color: 9062980.

HSL color Cylindrical-coordinate representation of color #444A8A: hue angle of 234.86º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #444A8A is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6874138-
CMYK0.510.4600.46
HSL234.86º33.98%40.39%-
HSV(B)234.86º50.72%54.12%-
XYZ9.427.9625.08-
YUV79.5161.01119.8-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 74 (29.30% from 255) = 26.43%
BLUE value IS 138 (54.30% from 255) = 49.29%
R=24.29%
G=26.43%
B=49.29%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68741380.510.4600.46234.8633.9840.39
Hex444A8A332E02Eeb2228
Octal10411221263560563534250
Binary1000100100101010001010110011101110010111011101011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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