Html Css Color HEX #444484 Jacksons Purple

📋 copy color: '#444484'

red 68 ◦ green 68 ◦ blue 132

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

Shades of Jacksons Purple #444484

Tints of Jacksons Purple #444484

RGB

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

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

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

R = 25.37%
G = 25.37%
B = 49.25%

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

#444484 (or 0x444484) is known color: Jacksons Purple. HEX triplet: 44, 44 and 84. RGB value is (68,68,132). Sum of RGB (Red+Green+Blue) = 68+68+132=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 132 (51.95% from 255 or 49.25% from 268); Max value from RGB is 132 - color contains mainly: blue. Hex color #444484 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444484 is #BBBB7B. Grayscale: #4B4B4B. Windows color (decimal): -12303228 or 8668228. OLE color: 8668228.

HSL color Cylindrical-coordinate representation of color #444484: hue angle of 240º 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 #444484 is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 68 132 -
CMYK 0.48 0.48 0 0.48
HSL 240º 0.32% 0.39% -
HSV(B) 240º 0.48% 0.52% -
XYZ 8.62 7.03 22.73 -
YUV 75.3 160 122.8 -
System Red Green Blue C M Y K H S L
Decimal 68 68 132 0.48 0.48 0 0.48 240 0.32 0.39
Hex 44 44 84 30 30 0 30 F0 20 27
Octal 104 104 204 60 60 0 60 360 40 47
Binary 1000100 1000100 10000100 110000 110000 0 110000 11110000 100000 100111

Color Harmonies of #444484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444484

Black with #444484

Text Example


Text Example

White with #444484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444484; }

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

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

background-color css

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

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

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

border-color css

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

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

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