Html Css Color HEX #444482 Jacksons Purple

📋 copy color: '#444482'

red 68 ◦ green 68 ◦ blue 130

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

Shades of Jacksons Purple #444482

Tints of Jacksons Purple #444482

RGB

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

 GREEN value IS 68 (26.95% from 255) = 25.56%

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

R = 25.56%
G = 25.56%
B = 48.87%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444482 (or 0x444482) is known color: Jacksons Purple. HEX triplet: 44, 44 and 82. RGB value is (68,68,130). Sum of RGB (Red+Green+Blue) = 68+68+130=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 130 (51.17% from 255 or 48.87% from 266); Max value from RGB is 130 - color contains mainly: blue. Hex color #444482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444482 is #BBBB7D. Grayscale: #4A4A4A. Windows color (decimal): -12303230 or 8537156. OLE color: 8537156.

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

Color convert

RGB 68 68 130 -
CMYK 0.48 0.48 0 0.49
HSL 240º 0.31% 0.39% -
HSV(B) 240º 0.48% 0.51% -
XYZ 8.48 6.97 22.02 -
YUV 75.07 159 122.96 -
System Red Green Blue C M Y K H S L
Decimal 68 68 130 0.48 0.48 0 0.49 240 0.31 0.39
Hex 44 44 82 30 30 0 31 F0 1F 27
Octal 104 104 202 60 60 0 61 360 37 47
Binary 1000100 1000100 10000010 110000 110000 0 110001 11110000 11111 100111

Color Harmonies of #444482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444482

Black with #444482

Text Example


Text Example

White with #444482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444482; }

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

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

background-color css

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

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

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

border-color css

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

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

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