Html Css Color HEX #44437F Jacksons Purple

📋 copy color: '#44437F'

red 68 ◦ green 67 ◦ blue 127

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

Shades of Jacksons Purple #44437F

Tints of Jacksons Purple #44437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.57%

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

R = 25.95%
G = 25.57%
B = 48.47%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#44437F (or 0x44437F) is known color: Jacksons Purple. HEX triplet: 44, 43 and 7F. RGB value is (68,67,127). Sum of RGB (Red+Green+Blue) = 68+67+127=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 67 (26.56% from 255 or 25.57% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #44437F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44437F is #BBBC80. Grayscale: #494949. Windows color (decimal): -12303489 or 8340292. OLE color: 8340292.

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

Color convert

RGB 68 67 127 -
CMYK 0.46 0.47 0 0.50
HSL 241º 0.31% 0.38% -
HSV(B) 241º 0.47% 0.5% -
XYZ 8.22 6.78 20.95 -
YUV 74.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 68 67 127 0.46 0.47 0 0.50 241 0.31 0.38
Hex 44 43 7F 2E 2F 0 32 F1 1F 26
Octal 104 103 177 56 57 0 62 361 37 46
Binary 1000100 1000011 1111111 101110 101111 0 110010 11110001 11111 100110

Color Harmonies of #44437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44437F

Black with #44437F

Text Example


Text Example

White with #44437F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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