Html Css Color HEX #44487C Jacksons Purple

📋 copy color: '#44487C'

red 68 ◦ green 72 ◦ blue 124

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

Shades of Jacksons Purple #44487C

Tints of Jacksons Purple #44487C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

 BLUE value IS 124 (48.83% from 255) = 46.97%

R = 25.76%
G = 27.27%
B = 46.97%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44487C (or 0x44487C) is known color: Jacksons Purple. HEX triplet: 44, 48 and 7C. RGB value is (68,72,124). Sum of RGB (Red+Green+Blue) = 68+72+124=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 124 (48.83% from 255 or 46.97% from 264); Max value from RGB is 124 - color contains mainly: blue. Hex color #44487C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44487C is #BBB783. Grayscale: #4C4C4C. Windows color (decimal): -12302212 or 8144964. OLE color: 8144964.

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

Color convert

RGB 68 72 124 -
CMYK 0.45 0.42 0 0.51
HSL 235.71º 0.29% 0.38% -
HSV(B) 235.71º 0.45% 0.49% -
XYZ 8.34 7.32 20.04 -
YUV 76.73 154.67 121.77 -
System Red Green Blue C M Y K H S L
Decimal 68 72 124 0.45 0.42 0 0.51 235.71 0.29 0.38
Hex 44 48 7C 2D 2A 0 33 EC 1D 26
Octal 104 110 174 55 52 0 63 354 35 46
Binary 1000100 1001000 1111100 101101 101010 0 110011 11101100 11101 100110

Color Harmonies of #44487C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44487C

Black with #44487C

Text Example


Text Example

White with #44487C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44487C; }

 p { color: rgb(68,72,124); }

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

background-color css

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

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

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

border-color css

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

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

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