Html Css Color HEX #44487E Jacksons Purple

📋 copy color: '#44487E'

red 68 ◦ green 72 ◦ blue 126

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

Shades of Jacksons Purple #44487E

Tints of Jacksons Purple #44487E

RGB

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

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

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

R = 25.56%
G = 27.07%
B = 47.37%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44487E (or 0x44487E) is known color: Jacksons Purple. HEX triplet: 44, 48 and 7E. RGB value is (68,72,126). Sum of RGB (Red+Green+Blue) = 68+72+126=266 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.56% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #44487E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44487E is #BBB781. Grayscale: #4C4C4C. Windows color (decimal): -12302210 or 8276036. OLE color: 8276036.

HSL color Cylindrical-coordinate representation of color #44487E: hue angle of 235.86º 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 #44487E is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 72 126 -
CMYK 0.46 0.43 0 0.51
HSL 235.86º 0.3% 0.38% -
HSV(B) 235.86º 0.46% 0.49% -
XYZ 8.47 7.37 20.71 -
YUV 76.96 155.67 121.61 -
System Red Green Blue C M Y K H S L
Decimal 68 72 126 0.46 0.43 0 0.51 235.86 0.3 0.38
Hex 44 48 7E 2E 2B 0 33 EC 1E 26
Octal 104 110 176 56 53 0 63 354 36 46
Binary 1000100 1001000 1111110 101110 101011 0 110011 11101100 11110 100110

Color Harmonies of #44487E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44487E

Black with #44487E

Text Example


Text Example

White with #44487E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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