Html Css Color HEX #444584 Jacksons Purple

📋 copy color: '#444584'

red 68 ◦ green 69 ◦ blue 132

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

Shades of Jacksons Purple #444584

Tints of Jacksons Purple #444584

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.65%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 25.28%
G = 25.65%
B = 49.07%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444584 (or 0x444584) is known color: Jacksons Purple. HEX triplet: 44, 45 and 84. RGB value is (68,69,132). Sum of RGB (Red+Green+Blue) = 68+69+132=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 132 - color contains mainly: blue. Hex color #444584 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444584 is #BBBA7B. Grayscale: #4B4B4B. Windows color (decimal): -12302972 or 8668484. OLE color: 8668484.

HSL color Cylindrical-coordinate representation of color #444584: hue angle of 239.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #444584 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 69 132 -
CMYK 0.48 0.48 0 0.48
HSL 239.06º 0.32% 0.39% -
HSV(B) 239.06º 0.48% 0.52% -
XYZ 8.68 7.15 22.75 -
YUV 75.88 159.67 122.38 -
System Red Green Blue C M Y K H S L
Decimal 68 69 132 0.48 0.48 0 0.48 239.06 0.32 0.39
Hex 44 45 84 30 30 0 30 EF 20 27
Octal 104 105 204 60 60 0 60 357 40 47
Binary 1000100 1000101 10000100 110000 110000 0 110000 11101111 100000 100111

Color Harmonies of #444584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444584

Black with #444584

Text Example


Text Example

White with #444584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444584; }

 p { color: rgb(68,69,132); }

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

background-color css

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

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

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

border-color css

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

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

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