Html Css Color HEX #444786 Jacksons Purple

📋 copy color: '#444786'

red 68 ◦ green 71 ◦ blue 134

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

Shades of Jacksons Purple #444786

Tints of Jacksons Purple #444786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 49.08%

R = 24.91%
G = 26.01%
B = 49.08%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#444786 (or 0x444786) is known color: Jacksons Purple. HEX triplet: 44, 47 and 86. RGB value is (68,71,134). Sum of RGB (Red+Green+Blue) = 68+71+134=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 134 - color contains mainly: blue. Hex color #444786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444786 is #BBB879. Grayscale: #4D4D4D. Windows color (decimal): -12302458 or 8800068. OLE color: 8800068.

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

Color convert

RGB 68 71 134 -
CMYK 0.49 0.47 0 0.47
HSL 237.27º 0.33% 0.4% -
HSV(B) 237.27º 0.49% 0.53% -
XYZ 8.94 7.46 23.52 -
YUV 77.29 160.01 121.38 -
System Red Green Blue C M Y K H S L
Decimal 68 71 134 0.49 0.47 0 0.47 237.27 0.33 0.4
Hex 44 47 86 31 2F 0 2F ED 21 28
Octal 104 107 206 61 57 0 57 355 41 50
Binary 1000100 1000111 10000110 110001 101111 0 101111 11101101 100001 101000

Color Harmonies of #444786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444786

Black with #444786

Text Example


Text Example

White with #444786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444786; }

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

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

background-color css

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

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

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

border-color css

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

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

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