Html Css Color HEX #444585 Jacksons Purple

📋 copy color: '#444585'

red 68 ◦ green 69 ◦ blue 133

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

Shades of Jacksons Purple #444585

Tints of Jacksons Purple #444585

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.56%

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

R = 25.19%
G = 25.56%
B = 49.26%

CMYK

 C value IS 0.49

 M value IS 0.48

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#444585 (or 0x444585) is known color: Jacksons Purple. HEX triplet: 44, 45 and 85. RGB value is (68,69,133). Sum of RGB (Red+Green+Blue) = 68+69+133=270 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.19% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 133 (52.34% from 255 or 49.26% from 270); Max value from RGB is 133 - color contains mainly: blue. Hex color #444585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #444585 is #BBBA7A. Grayscale: #4B4B4B. Windows color (decimal): -12302971 or 8734020. OLE color: 8734020.

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

Color convert

RGB 68 69 133 -
CMYK 0.49 0.48 0 0.48
HSL 239.08º 0.32% 0.39% -
HSV(B) 239.08º 0.49% 0.52% -
XYZ 8.75 7.18 23.11 -
YUV 76 160.17 122.3 -
System Red Green Blue C M Y K H S L
Decimal 68 69 133 0.49 0.48 0 0.48 239.08 0.32 0.39
Hex 44 45 85 31 30 0 30 EF 20 27
Octal 104 105 205 61 60 0 60 357 40 47
Binary 1000100 1000101 10000101 110001 110000 0 110000 11101111 100000 100111

Color Harmonies of #444585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444585

Black with #444585

Text Example


Text Example

White with #444585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444585; }

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

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

background-color css

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

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

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

border-color css

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

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

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