Html Css Color HEX #444282 Jacksons Purple

📋 copy color: '#444282'

red 68 ◦ green 66 ◦ blue 130

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

Shades of Jacksons Purple #444282

Tints of Jacksons Purple #444282

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25%

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

R = 25.76%
G = 25%
B = 49.24%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444282 (or 0x444282) is known color: Jacksons Purple. HEX triplet: 44, 42 and 82. RGB value is (68,66,130). Sum of RGB (Red+Green+Blue) = 68+66+130=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 66 (26.17% from 255 or 25% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #444282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444282 is #BBBD7D. Grayscale: #494949. Windows color (decimal): -12303742 or 8536644. OLE color: 8536644.

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

Color convert

RGB 68 66 130 -
CMYK 0.48 0.49 0 0.49
HSL 241.88º 0.33% 0.38% -
HSV(B) 241.88º 0.49% 0.51% -
XYZ 8.36 6.74 21.98 -
YUV 73.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 68 66 130 0.48 0.49 0 0.49 241.88 0.33 0.38
Hex 44 42 82 30 31 0 31 F2 21 26
Octal 104 102 202 60 61 0 61 362 41 46
Binary 1000100 1000010 10000010 110000 110001 0 110001 11110010 100001 100110

Color Harmonies of #444282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444282

Black with #444282

Text Example


Text Example

White with #444282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444282; }

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

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

background-color css

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

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

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

border-color css

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

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

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