Html Css Color HEX #444481 Jacksons Purple

📋 copy color: '#444481'

red 68 ◦ green 68 ◦ blue 129

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

Shades of Jacksons Purple #444481

Tints of Jacksons Purple #444481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 48.68%

R = 25.66%
G = 25.66%
B = 48.68%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444481 (or 0x444481) is known color: Jacksons Purple. HEX triplet: 44, 44 and 81. RGB value is (68,68,129). Sum of RGB (Red+Green+Blue) = 68+68+129=265 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.66% from 265); Green value is 68 (26.95% from 255 or 25.66% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #444481 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444481 is #BBBB7E. Grayscale: #4A4A4A. Windows color (decimal): -12303231 or 8471620. OLE color: 8471620.

HSL color Cylindrical-coordinate representation of color #444481: hue angle of 240º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444481 is Cyan = 0.47, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 68 68 129 -
CMYK 0.47 0.47 0 0.49
HSL 240º 0.31% 0.39% -
HSV(B) 240º 0.47% 0.51% -
XYZ 8.41 6.95 21.67 -
YUV 74.95 158.5 123.04 -
System Red Green Blue C M Y K H S L
Decimal 68 68 129 0.47 0.47 0 0.49 240 0.31 0.39
Hex 44 44 81 2F 2F 0 31 F0 1F 27
Octal 104 104 201 57 57 0 61 360 37 47
Binary 1000100 1000100 10000001 101111 101111 0 110001 11110000 11111 100111

Color Harmonies of #444481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444481

Black with #444481

Text Example


Text Example

White with #444481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444481; }

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

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

background-color css

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

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

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

border-color css

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

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

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