Html Css Color HEX #444683 Jacksons Purple

📋 copy color: '#444683'

red 68 ◦ green 70 ◦ blue 131

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

Shades of Jacksons Purple #444683

Tints of Jacksons Purple #444683

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.02%

 BLUE value IS 131 (51.56% from 255) = 48.7%

R = 25.28%
G = 26.02%
B = 48.7%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#444683 (or 0x444683) is known color: Jacksons Purple. HEX triplet: 44, 46 and 83. RGB value is (68,70,131). Sum of RGB (Red+Green+Blue) = 68+70+131=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #444683 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444683 is #BBB97C. Grayscale: #4C4C4C. Windows color (decimal): -12302717 or 8603204. OLE color: 8603204.

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

Color convert

RGB 68 70 131 -
CMYK 0.48 0.47 0 0.49
HSL 238.1º 0.32% 0.39% -
HSV(B) 238.1º 0.48% 0.51% -
XYZ 8.67 7.25 22.41 -
YUV 76.36 158.84 122.04 -
System Red Green Blue C M Y K H S L
Decimal 68 70 131 0.48 0.47 0 0.49 238.1 0.32 0.39
Hex 44 46 83 30 2F 0 31 EE 20 27
Octal 104 106 203 60 57 0 61 356 40 47
Binary 1000100 1000110 10000011 110000 101111 0 110001 11101110 100000 100111

Color Harmonies of #444683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444683

Black with #444683

Text Example


Text Example

White with #444683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444683; }

 p { color: rgb(68,70,131); }

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

background-color css

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

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

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

border-color css

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

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

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