#444A88

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

Shades of Jacksons Purple #444A88

Tints of Jacksons Purple #444A88

Color information

#444A88 (or 0x444A88) is unknown color: approx Jacksons Purple. HEX triplet: 44, 4A and 88. RGB value is (68,74,136). Sum of RGB (Red+Green+Blue) = 68+74+136=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 136 (53.52% from 255 or 48.92% from 278); Max value from RGB is 136 - color contains mainly: blue. Hex color #444A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444A88 is #BBB577. Grayscale: #4F4F4F. Windows color (decimal): -12301688 or 8931908. OLE color: 8931908.

HSL color Cylindrical-coordinate representation of color #444A88: hue angle of 234.71º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #444A88 is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6874136-
CMYK0.500.4600.47
HSL234.71º33.33%40%-
HSV(B)234.71º50%53.33%-
XYZ9.287.924.33-
YUV79.27160.01119.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.46%
GREEN value IS 74 (29.30% from 255) = 26.62%
BLUE value IS 136 (53.52% from 255) = 48.92%
R=24.46%
G=26.62%
B=48.92%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal68741360.500.4600.47234.7133.3340
Hex444A88322E02Feb2128
Octal10411221062560573534150
Binary1000100100101010001000110010101110010111111101011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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