Html Css Color HEX #44407F Jacksons Purple

📋 copy color: '#44407F'

red 68 ◦ green 64 ◦ blue 127

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

Shades of Jacksons Purple #44407F

Tints of Jacksons Purple #44407F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.71%

 BLUE value IS 127 (50% from 255) = 49.03%

R = 26.25%
G = 24.71%
B = 49.03%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44407F (or 0x44407F) is known color: Jacksons Purple. HEX triplet: 44, 40 and 7F. RGB value is (68,64,127). Sum of RGB (Red+Green+Blue) = 68+64+127=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 64 (25.39% from 255 or 24.71% from 259); Blue value is 127 (50% from 255 or 49.03% from 259); Max value from RGB is 127 - color contains mainly: blue. Hex color #44407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44407F is #BBBF80. Grayscale: #484848. Windows color (decimal): -12304257 or 8339524. OLE color: 8339524.

HSL color Cylindrical-coordinate representation of color #44407F: hue angle of 243.81º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44407F is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 68 64 127 -
CMYK 0.46 0.50 0 0.50
HSL 243.81º 0.33% 0.37% -
HSV(B) 243.81º 0.5% 0.5% -
XYZ 8.05 6.43 20.9 -
YUV 72.38 158.83 124.88 -
System Red Green Blue C M Y K H S L
Decimal 68 64 127 0.46 0.50 0 0.50 243.81 0.33 0.37
Hex 44 40 7F 2E 32 0 32 F4 21 25
Octal 104 100 177 56 62 0 62 364 41 45
Binary 1000100 1000000 1111111 101110 110010 0 110010 11110100 100001 100101

Color Harmonies of #44407F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44407F

Black with #44407F

Text Example


Text Example

White with #44407F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44407F; }

 p { color: rgb(68,64,127); }

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

background-color css

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

 a { background-color: rgb(68,64,127); }

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

border-color css

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

 span { border-color: rgb(68,64,127); }

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