Html Css Color HEX #44447D Jacksons Purple

📋 copy color: '#44447D'

red 68 ◦ green 68 ◦ blue 125

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

Shades of Jacksons Purple #44447D

Tints of Jacksons Purple #44447D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.89%

R = 26.05%
G = 26.05%
B = 47.89%

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

#44447D (or 0x44447D) is known color: Jacksons Purple. HEX triplet: 44, 44 and 7D. RGB value is (68,68,125). Sum of RGB (Red+Green+Blue) = 68+68+125=261 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.05% from 261); Green value is 68 (26.95% from 255 or 26.05% from 261); Blue value is 125 (49.22% from 255 or 47.89% from 261); Max value from RGB is 125 - color contains mainly: blue. Hex color #44447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44447D is #BBBB82. Grayscale: #4A4A4A. Windows color (decimal): -12303235 or 8209476. OLE color: 8209476.

HSL color Cylindrical-coordinate representation of color #44447D: 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 #44447D is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 68 125 -
CMYK 0.46 0.46 0 0.51
HSL 240º 0.3% 0.38% -
HSV(B) 240º 0.46% 0.49% -
XYZ 8.15 6.84 20.29 -
YUV 74.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 68 68 125 0.46 0.46 0 0.51 240 0.3 0.38
Hex 44 44 7D 2E 2E 0 33 F0 1E 26
Octal 104 104 175 56 56 0 63 360 36 46
Binary 1000100 1000100 1111101 101110 101110 0 110011 11110000 11110 100110

Color Harmonies of #44447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44447D

Black with #44447D

Text Example


Text Example

White with #44447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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