Html Css Color HEX #44488C Jacksons Purple

📋 copy color: '#44488C'

red 68 ◦ green 72 ◦ blue 140

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

Shades of Jacksons Purple #44488C

Tints of Jacksons Purple #44488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50%

R = 24.29%
G = 25.71%
B = 50%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44488C (or 0x44488C) is known color: Jacksons Purple. HEX triplet: 44, 48 and 8C. RGB value is (68,72,140). Sum of RGB (Red+Green+Blue) = 68+72+140=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #44488C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #44488C is #BBB773. Grayscale: #4E4E4E. Windows color (decimal): -12302196 or 9193540. OLE color: 9193540.

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

Color convert

RGB 68 72 140 -
CMYK 0.51 0.49 0 0.45
HSL 236.67º 0.35% 0.41% -
HSV(B) 236.67º 0.51% 0.55% -
XYZ 9.43 7.76 25.81 -
YUV 78.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 68 72 140 0.51 0.49 0 0.45 236.67 0.35 0.41
Hex 44 48 8C 33 31 0 2D ED 23 29
Octal 104 110 214 63 61 0 55 355 43 51
Binary 1000100 1001000 10001100 110011 110001 0 101101 11101101 100011 101001

Color Harmonies of #44488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44488C

Black with #44488C

Text Example


Text Example

White with #44488C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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