Html Css Color HEX #444781 Jacksons Purple

📋 copy color: '#444781'

red 68 ◦ green 71 ◦ blue 129

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

Shades of Jacksons Purple #444781

Tints of Jacksons Purple #444781

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.49%

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

R = 25.37%
G = 26.49%
B = 48.13%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444781 (or 0x444781) is known color: Jacksons Purple. HEX triplet: 44, 47 and 81. RGB value is (68,71,129). Sum of RGB (Red+Green+Blue) = 68+71+129=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 71 (28.12% from 255 or 26.49% from 268); Blue value is 129 (50.78% from 255 or 48.13% from 268); Max value from RGB is 129 - color contains mainly: blue. Hex color #444781 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444781 is #BBB87E. Grayscale: #4C4C4C. Windows color (decimal): -12302463 or 8472388. OLE color: 8472388.

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

Color convert

RGB 68 71 129 -
CMYK 0.47 0.45 0 0.49
HSL 237.05º 0.31% 0.39% -
HSV(B) 237.05º 0.47% 0.51% -
XYZ 8.6 7.32 21.73 -
YUV 76.72 157.51 121.78 -
System Red Green Blue C M Y K H S L
Decimal 68 71 129 0.47 0.45 0 0.49 237.05 0.31 0.39
Hex 44 47 81 2F 2D 0 31 ED 1F 27
Octal 104 107 201 57 55 0 61 355 37 47
Binary 1000100 1000111 10000001 101111 101101 0 110001 11101101 11111 100111

Color Harmonies of #444781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444781

Black with #444781

Text Example


Text Example

White with #444781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444781; }

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

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

background-color css

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

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

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

border-color css

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

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

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