Html Css Color HEX #444885 Jacksons Purple

📋 copy color: '#444885'

red 68 ◦ green 72 ◦ blue 133

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

Shades of Jacksons Purple #444885

Tints of Jacksons Purple #444885

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.37%

 BLUE value IS 133 (52.34% from 255) = 48.72%

R = 24.91%
G = 26.37%
B = 48.72%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444885 (or 0x444885) is known color: Jacksons Purple. HEX triplet: 44, 48 and 85. RGB value is (68,72,133). Sum of RGB (Red+Green+Blue) = 68+72+133=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 133 (52.34% from 255 or 48.72% from 273); Max value from RGB is 133 - color contains mainly: blue. Hex color #444885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444885 is #BBB77A. Grayscale: #4D4D4D. Windows color (decimal): -12302203 or 8734788. OLE color: 8734788.

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

Color convert

RGB 68 72 133 -
CMYK 0.49 0.46 0 0.48
HSL 236.31º 0.32% 0.39% -
HSV(B) 236.31º 0.49% 0.52% -
XYZ 8.93 7.56 23.18 -
YUV 77.76 159.17 121.04 -
System Red Green Blue C M Y K H S L
Decimal 68 72 133 0.49 0.46 0 0.48 236.31 0.32 0.39
Hex 44 48 85 31 2E 0 30 EC 20 27
Octal 104 110 205 61 56 0 60 354 40 47
Binary 1000100 1001000 10000101 110001 101110 0 110000 11101100 100000 100111

Color Harmonies of #444885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444885

Black with #444885

Text Example


Text Example

White with #444885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444885; }

 p { color: rgb(68,72,133); }

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

background-color css

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

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

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

border-color css

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

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

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