Html Css Color HEX #444979 Jacksons Purple

📋 copy color: '#444979'

red 68 ◦ green 73 ◦ blue 121

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

Shades of Jacksons Purple #444979

Tints of Jacksons Purple #444979

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.86%

 BLUE value IS 121 (47.66% from 255) = 46.18%

R = 25.95%
G = 27.86%
B = 46.18%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#444979 (or 0x444979) is known color: Jacksons Purple. HEX triplet: 44, 49 and 79. RGB value is (68,73,121). Sum of RGB (Red+Green+Blue) = 68+73+121=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #444979 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444979 is #BBB686. Grayscale: #4C4C4C. Windows color (decimal): -12301959 or 7948612. OLE color: 7948612.

HSL color Cylindrical-coordinate representation of color #444979: hue angle of 234.34º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #444979 is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 68 73 121 -
CMYK 0.44 0.40 0 0.53
HSL 234.34º 0.28% 0.37% -
HSV(B) 234.34º 0.44% 0.47% -
XYZ 8.22 7.37 19.08 -
YUV 76.98 152.84 121.6 -
System Red Green Blue C M Y K H S L
Decimal 68 73 121 0.44 0.40 0 0.53 234.34 0.28 0.37
Hex 44 49 79 2C 28 0 35 EA 1C 25
Octal 104 111 171 54 50 0 65 352 34 45
Binary 1000100 1001001 1111001 101100 101000 0 110101 11101010 11100 100101

Color Harmonies of #444979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444979

Black with #444979

Text Example


Text Example

White with #444979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444979; }

 p { color: rgb(68,73,121); }

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

background-color css

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

 a { background-color: rgb(68,73,121); }

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

border-color css

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

 span { border-color: rgb(68,73,121); }

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