Html Css Color HEX #444379 Jacksons Purple

📋 copy color: '#444379'

red 68 ◦ green 67 ◦ blue 121

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

Shades of Jacksons Purple #444379

Tints of Jacksons Purple #444379

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.17%

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

R = 26.56%
G = 26.17%
B = 47.27%

CMYK

 C value IS 0.44

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#444379 (or 0x444379) is known color: Jacksons Purple. HEX triplet: 44, 43 and 79. RGB value is (68,67,121). Sum of RGB (Red+Green+Blue) = 68+67+121=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 67 (26.56% from 255 or 26.17% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #444379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444379 is #BBBC86. Grayscale: #494949. Windows color (decimal): -12303495 or 7947076. OLE color: 7947076.

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

Color convert

RGB 68 67 121 -
CMYK 0.44 0.45 0 0.53
HSL 241.11º 0.29% 0.37% -
HSV(B) 241.11º 0.45% 0.47% -
XYZ 7.84 6.62 18.95 -
YUV 73.46 154.83 124.11 -
System Red Green Blue C M Y K H S L
Decimal 68 67 121 0.44 0.45 0 0.53 241.11 0.29 0.37
Hex 44 43 79 2C 2D 0 35 F1 1D 25
Octal 104 103 171 54 55 0 65 361 35 45
Binary 1000100 1000011 1111001 101100 101101 0 110101 11110001 11101 100101

Color Harmonies of #444379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444379

Black with #444379

Text Example


Text Example

White with #444379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444379; }

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

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

background-color css

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

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

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

border-color css

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

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

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