Html Css Color HEX #444381 Jacksons Purple

📋 copy color: '#444381'

red 68 ◦ green 67 ◦ blue 129

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

Shades of Jacksons Purple #444381

Tints of Jacksons Purple #444381

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 25.76%
G = 25.38%
B = 48.86%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444381 (or 0x444381) is known color: Jacksons Purple. HEX triplet: 44, 43 and 81. RGB value is (68,67,129). Sum of RGB (Red+Green+Blue) = 68+67+129=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #444381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444381 is #BBBC7E. Grayscale: #4A4A4A. Windows color (decimal): -12303487 or 8471364. OLE color: 8471364.

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

Color convert

RGB 68 67 129 -
CMYK 0.47 0.48 0 0.49
HSL 240.97º 0.32% 0.38% -
HSV(B) 240.97º 0.48% 0.51% -
XYZ 8.35 6.83 21.65 -
YUV 74.37 158.83 123.46 -
System Red Green Blue C M Y K H S L
Decimal 68 67 129 0.47 0.48 0 0.49 240.97 0.32 0.38
Hex 44 43 81 2F 30 0 31 F1 20 26
Octal 104 103 201 57 60 0 61 361 40 46
Binary 1000100 1000011 10000001 101111 110000 0 110001 11110001 100000 100110

Color Harmonies of #444381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444381

Black with #444381

Text Example


Text Example

White with #444381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444381; }

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

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

background-color css

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

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

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

border-color css

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

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

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