Html Css Color HEX #443F7C Jacksons Purple

📋 copy color: '#443F7C'

red 68 ◦ green 63 ◦ blue 124

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

Shades of Jacksons Purple #443F7C

Tints of Jacksons Purple #443F7C

RGB

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

 GREEN value IS 63 (25% from 255) = 24.71%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 26.67%
G = 24.71%
B = 48.63%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#443F7C (or 0x443F7C) is known color: Jacksons Purple. HEX triplet: 44, 3F and 7C. RGB value is (68,63,124). Sum of RGB (Red+Green+Blue) = 68+63+124=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #443F7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F7C is #BBC083. Grayscale: #474747. Windows color (decimal): -12304516 or 8142660. OLE color: 8142660.

HSL color Cylindrical-coordinate representation of color #443F7C: hue angle of 244.92º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #443F7C is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 63 124 -
CMYK 0.45 0.49 0 0.51
HSL 244.92º 0.33% 0.37% -
HSV(B) 244.92º 0.49% 0.49% -
XYZ 7.8 6.24 19.86 -
YUV 71.45 157.66 125.54 -
System Red Green Blue C M Y K H S L
Decimal 68 63 124 0.45 0.49 0 0.51 244.92 0.33 0.37
Hex 44 3F 7C 2D 31 0 33 F5 21 25
Octal 104 77 174 55 61 0 63 365 41 45
Binary 1000100 111111 1111100 101101 110001 0 110011 11110101 100001 100101

Color Harmonies of #443F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443F7C

Black with #443F7C

Text Example


Text Example

White with #443F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443F7C; }

 p { color: rgb(68,63,124); }

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

background-color css

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

 a { background-color: rgb(68,63,124); }

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

border-color css

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

 span { border-color: rgb(68,63,124); }

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