Html Css Color HEX #44467D Jacksons Purple

📋 copy color: '#44467D'

red 68 ◦ green 70 ◦ blue 125

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

Shades of Jacksons Purple #44467D

Tints of Jacksons Purple #44467D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 47.53%

R = 25.86%
G = 26.62%
B = 47.53%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#44467D (or 0x44467D) is known color: Jacksons Purple. HEX triplet: 44, 46 and 7D. RGB value is (68,70,125). Sum of RGB (Red+Green+Blue) = 68+70+125=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 70 (27.73% from 255 or 26.62% from 263); Blue value is 125 (49.22% from 255 or 47.53% from 263); Max value from RGB is 125 - color contains mainly: blue. Hex color #44467D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44467D is #BBB982. Grayscale: #4B4B4B. Windows color (decimal): -12302723 or 8209988. OLE color: 8209988.

HSL color Cylindrical-coordinate representation of color #44467D: hue angle of 237.89º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44467D is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 70 125 -
CMYK 0.46 0.44 0 0.51
HSL 237.89º 0.3% 0.38% -
HSV(B) 237.89º 0.46% 0.49% -
XYZ 8.28 7.09 20.33 -
YUV 75.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 68 70 125 0.46 0.44 0 0.51 237.89 0.3 0.38
Hex 44 46 7D 2E 2C 0 33 EE 1E 26
Octal 104 106 175 56 54 0 63 356 36 46
Binary 1000100 1000110 1111101 101110 101100 0 110011 11101110 11110 100110

Color Harmonies of #44467D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44467D

Black with #44467D

Text Example


Text Example

White with #44467D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44467D; }

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

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

background-color css

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

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

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

border-color css

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

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

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