Html Css Color HEX #444982 Jacksons Purple

📋 copy color: '#444982'

red 68 ◦ green 73 ◦ blue 130

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

Shades of Jacksons Purple #444982

Tints of Jacksons Purple #444982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 47.97%

R = 25.09%
G = 26.94%
B = 47.97%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444982 (or 0x444982) is known color: Jacksons Purple. HEX triplet: 44, 49 and 82. RGB value is (68,73,130). Sum of RGB (Red+Green+Blue) = 68+73+130=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 130 (51.17% from 255 or 47.97% from 271); Max value from RGB is 130 - color contains mainly: blue. Hex color #444982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444982 is #BBB67D. Grayscale: #4D4D4D. Windows color (decimal): -12301950 or 8538436. OLE color: 8538436.

HSL color Cylindrical-coordinate representation of color #444982: hue angle of 235.16º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444982 is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 73 130 -
CMYK 0.48 0.44 0 0.49
HSL 235.16º 0.31% 0.39% -
HSV(B) 235.16º 0.48% 0.51% -
XYZ 8.8 7.61 22.12 -
YUV 78 157.34 120.87 -
System Red Green Blue C M Y K H S L
Decimal 68 73 130 0.48 0.44 0 0.49 235.16 0.31 0.39
Hex 44 49 82 30 2C 0 31 EB 1F 27
Octal 104 111 202 60 54 0 61 353 37 47
Binary 1000100 1001001 10000010 110000 101100 0 110001 11101011 11111 100111

Color Harmonies of #444982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444982

Black with #444982

Text Example


Text Example

White with #444982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444982; }

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

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

background-color css

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

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

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

border-color css

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

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

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