Html Css Color HEX #44447E Jacksons Purple

📋 copy color: '#44447E'

red 68 ◦ green 68 ◦ blue 126

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

Shades of Jacksons Purple #44447E

Tints of Jacksons Purple #44447E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 48.09%

R = 25.95%
G = 25.95%
B = 48.09%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44447E (or 0x44447E) is known color: Jacksons Purple. HEX triplet: 44, 44 and 7E. RGB value is (68,68,126). Sum of RGB (Red+Green+Blue) = 68+68+126=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 126 (49.61% from 255 or 48.09% from 262); Max value from RGB is 126 - color contains mainly: blue. Hex color #44447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44447E is #BBBB81. Grayscale: #4A4A4A. Windows color (decimal): -12303234 or 8275012. OLE color: 8275012.

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

Color convert

RGB 68 68 126 -
CMYK 0.46 0.46 0 0.51
HSL 240º 0.3% 0.38% -
HSV(B) 240º 0.46% 0.49% -
XYZ 8.22 6.87 20.63 -
YUV 74.61 157 123.28 -
System Red Green Blue C M Y K H S L
Decimal 68 68 126 0.46 0.46 0 0.51 240 0.3 0.38
Hex 44 44 7E 2E 2E 0 33 F0 1E 26
Octal 104 104 176 56 56 0 63 360 36 46
Binary 1000100 1000100 1111110 101110 101110 0 110011 11110000 11110 100110

Color Harmonies of #44447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44447E

Black with #44447E

Text Example


Text Example

White with #44447E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44447E; }

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

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

background-color css

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

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

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

border-color css

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

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

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