Html Css Color HEX #44407C Jacksons Purple

📋 copy color: '#44407C'

red 68 ◦ green 64 ◦ blue 124

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

Shades of Jacksons Purple #44407C

Tints of Jacksons Purple #44407C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25%

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

R = 26.56%
G = 25%
B = 48.44%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44407C (or 0x44407C) is known color: Jacksons Purple. HEX triplet: 44, 40 and 7C. RGB value is (68,64,124). Sum of RGB (Red+Green+Blue) = 68+64+124=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #44407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44407C is #BBBF83. Grayscale: #474747. Windows color (decimal): -12304260 or 8142916. OLE color: 8142916.

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

Color convert

RGB 68 64 124 -
CMYK 0.45 0.48 0 0.51
HSL 244º 0.32% 0.37% -
HSV(B) 244º 0.48% 0.49% -
XYZ 7.86 6.35 19.88 -
YUV 72.04 157.33 125.12 -
System Red Green Blue C M Y K H S L
Decimal 68 64 124 0.45 0.48 0 0.51 244 0.32 0.37
Hex 44 40 7C 2D 30 0 33 F4 20 25
Octal 104 100 174 55 60 0 63 364 40 45
Binary 1000100 1000000 1111100 101101 110000 0 110011 11110100 100000 100101

Color Harmonies of #44407C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44407C

Black with #44407C

Text Example


Text Example

White with #44407C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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