Html Css Color HEX #444784 Jacksons Purple

📋 copy color: '#444784'

red 68 ◦ green 71 ◦ blue 132

#444784
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #444784

Tints of Jacksons Purple #444784

RGB

 RED value IS 68 (26.95% from 255) = 25.09%

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 132 (51.95% from 255) = 48.71%

R = 25.09%
G = 26.2%
B = 48.71%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444784 (or 0x444784) is known color: Jacksons Purple. HEX triplet: 44, 47 and 84. RGB value is (68,71,132). Sum of RGB (Red+Green+Blue) = 68+71+132=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 132 (51.95% from 255 or 48.71% from 271); Max value from RGB is 132 - color contains mainly: blue. Hex color #444784 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444784 is #BBB87B. Grayscale: #4C4C4C. Windows color (decimal): -12302460 or 8668996. OLE color: 8668996.

HSL color Cylindrical-coordinate representation of color #444784: hue angle of 237.19º 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 #444784 is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 71 132 -
CMYK 0.48 0.46 0 0.48
HSL 237.19º 0.32% 0.39% -
HSV(B) 237.19º 0.48% 0.52% -
XYZ 8.8 7.4 22.79 -
YUV 77.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 68 71 132 0.48 0.46 0 0.48 237.19 0.32 0.39
Hex 44 47 84 30 2E 0 30 ED 20 27
Octal 104 107 204 60 56 0 60 355 40 47
Binary 1000100 1000111 10000100 110000 101110 0 110000 11101101 100000 100111

Color Harmonies of #444784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444784

Black with #444784

Text Example


Text Example

White with #444784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444784; }

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

 H1.HeaderClassName
 {
   color: #444784;
 }
 .AnyTagClassName
 {
   color: #444784;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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