Html Css Color HEX #44498D Jacksons Purple

📋 copy color: '#44498D'

red 68 ◦ green 73 ◦ blue 141

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

Shades of Jacksons Purple #44498D

Tints of Jacksons Purple #44498D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 50%

R = 24.11%
G = 25.89%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44498D (or 0x44498D) is known color: Jacksons Purple. HEX triplet: 44, 49 and 8D. RGB value is (68,73,141). Sum of RGB (Red+Green+Blue) = 68+73+141=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 141 (55.47% from 255 or 50% from 282); Max value from RGB is 141 - color contains mainly: blue. Hex color #44498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44498D is #BBB672. Grayscale: #4E4E4E. Windows color (decimal): -12301939 or 9259332. OLE color: 9259332.

HSL color Cylindrical-coordinate representation of color #44498D: hue angle of 235.89º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44498D is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 73 141 -
CMYK 0.52 0.48 0 0.45
HSL 235.89º 0.35% 0.41% -
HSV(B) 235.89º 0.52% 0.55% -
XYZ 9.57 7.92 26.22 -
YUV 79.26 162.84 119.97 -
System Red Green Blue C M Y K H S L
Decimal 68 73 141 0.52 0.48 0 0.45 235.89 0.35 0.41
Hex 44 49 8D 34 30 0 2D EC 23 29
Octal 104 111 215 64 60 0 55 354 43 51
Binary 1000100 1001001 10001101 110100 110000 0 101101 11101100 100011 101001

Color Harmonies of #44498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44498D

Black with #44498D

Text Example


Text Example

White with #44498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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